Searched refs:gau1_ref_bits (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_global_tables.h | 102 extern UWORD8 gau1_ref_bits[16];
|
D | ihevce_global_tables.c | 336 UWORD8 gau1_ref_bits[16] = { 1, 3, 3, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 7, 9 }; variable
|
D | hme_interface.c | 4092 ps_ctxt->au1_ref_bits_tlu_lc[0][i] = gau1_ref_bits[l0]; in hme_process_frm_init() 4093 ps_ctxt->au1_ref_bits_tlu_lc[1][i] = gau1_ref_bits[l1]; in hme_process_frm_init() 4344 ps_ctxt->au1_ref_bits_tlu_lc[0][i] = gau1_ref_bits[l0]; in hme_coarse_process_frm_init() 4345 ps_ctxt->au1_ref_bits_tlu_lc[1][i] = gau1_ref_bits[l1]; in hme_coarse_process_frm_init()
|