Home
last modified time | relevance | path

Searched refs:ps_lft_csbp (Results 1 – 3 of 3) sorted by relevance

/external/libavc/encoder/
Dih264e_cabac.c163 cab_csbp_t *ps_lft_csbp; in ih264e_get_cabac_context() local
189 ps_lft_csbp = ps_cabac_ctxt->ps_lft_csbp; in ih264e_get_cabac_context()
190 ps_cabac_ctxt->pu1_left_y_ac_csbp = &ps_lft_csbp->u1_y_ac_csbp_top_mb; in ih264e_get_cabac_context()
191 ps_cabac_ctxt->pu1_left_uv_ac_csbp = &ps_lft_csbp->u1_uv_ac_csbp_top_mb; in ih264e_get_cabac_context()
192 ps_cabac_ctxt->pu1_left_yuv_dc_csbp = &ps_lft_csbp->u1_yuv_dc_csbp_top_mb; in ih264e_get_cabac_context()
Dih264e_cabac_structs.h201 cab_csbp_t *ps_lft_csbp; member
Dih264e_cabac_init.c156 ps_cabac_ctxt->ps_lft_csbp = &ps_cabac_ctxt->s_lft_csbp; in ih264e_init_cabac_table()