Home
last modified time | relevance | path

Searched refs:ps_lft_csbp (Results 1 – 6 of 6) 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()
/external/libavc/encoder/svc/
Disvce_cabac.c161 cab_csbp_t *ps_lft_csbp; in isvce_get_cabac_context() local
185 ps_lft_csbp = ps_cabac_ctxt->ps_lft_csbp; in isvce_get_cabac_context()
186 ps_cabac_ctxt->pu1_left_y_ac_csbp = &ps_lft_csbp->u1_y_ac_csbp_top_mb; in isvce_get_cabac_context()
187 ps_cabac_ctxt->pu1_left_uv_ac_csbp = &ps_lft_csbp->u1_uv_ac_csbp_top_mb; in isvce_get_cabac_context()
188 ps_cabac_ctxt->pu1_left_yuv_dc_csbp = &ps_lft_csbp->u1_yuv_dc_csbp_top_mb; in isvce_get_cabac_context()
Disvce_cabac_structs.h122 cab_csbp_t *ps_lft_csbp; member
Disvce_cabac_init.c153 ps_cabac_ctxt->ps_lft_csbp = &ps_cabac_ctxt->s_lft_csbp; in isvce_init_cabac_table()