Searched refs:MAX_REF_PICS (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_lap_enc_structs.h | 43 #define MAX_REF_PICS 16 macro 408 ihevce_ref_pic_attrs_t as_ref_pics[MAX_REF_PICS];
|
D | ihevce_lap_structs.h | 134 WORD32 ref_poc_array[MAX_REF_PICS];
|
D | ihevce_lap_interface.c | 99 UWORD8 gau1_use_by_cur_pic_flag[MAX_REF_PICS] = { 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 }; 765 WORD32 ai4_delta_poc[MAX_REF_PICS]; in ref_pics_weight_offset_calc() 766 WORD32 ref_poc_arr_sort[MAX_REF_PICS]; in ref_pics_weight_offset_calc() 944 memset(ps_lap_struct->ref_poc_array, 0xFF, sizeof(WORD32) * MAX_REF_PICS); in ref_pic_population()
|