Searched refs:CEDRUS_H264_FRAME_NUM (Results 1 – 1 of 1) sorted by relevance
38 #define CEDRUS_H264_FRAME_NUM 18 macro95 struct cedrus_h264_sram_ref_pic pic_list[CEDRUS_H264_FRAME_NUM]; in cedrus_write_frame_list()136 position = find_next_zero_bit(&used_dpbs, CEDRUS_H264_FRAME_NUM, in cedrus_write_frame_list()138 if (position >= CEDRUS_H264_FRAME_NUM) in cedrus_write_frame_list()139 position = find_first_zero_bit(&used_dpbs, CEDRUS_H264_FRAME_NUM); in cedrus_write_frame_list()520 mv_col_size = field_size * 2 * CEDRUS_H264_FRAME_NUM; in cedrus_h264_start()