Home
last modified time | relevance | path

Searched refs:ctb_x0_frm (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_cabac_rdo.c617 WORD32 ctb_x0_frm = (ps_best_cu_entropy->i4_ctb_x << ps_best_cu_entropy->i1_log2_ctb_size); in ihevce_entropy_update_best_cu_states() local
620 WORD32 cu_x0_frm = cu_pos_x + ctb_x0_frm; in ihevce_entropy_update_best_cu_states()
Dihevce_cabac_cu_pu.c319 WORD32 ctb_x0_frm = (ps_entropy_ctxt->i4_ctb_x << ps_entropy_ctxt->i1_log2_ctb_size); in ihevce_cabac_encode_skip_flag() local
321 WORD32 cu_x0_frm = cu_x0 + ctb_x0_frm; in ihevce_cabac_encode_skip_flag()
1269 WORD32 ctb_x0_frm = (ps_entropy_ctxt->i4_ctb_x << ps_entropy_ctxt->i1_log2_ctb_size); in ihevce_cabac_encode_coding_unit() local
1271 WORD32 cu_x0_frm = cu_x0 + ctb_x0_frm; in ihevce_cabac_encode_coding_unit()