Home
last modified time | relevance | path

Searched refs:ps_top_ctxt_mb_info (Results 1 – 7 of 7) sorted by relevance

/external/libavc/encoder/
Dih264e_cabac_encode.c126 b = ((ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_mb_type & CAB_SKIP_MASK) ? in ih264e_cabac_enc_mb_skip()
203 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_enc_intra_mb_type()
411 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_enc_chroma_predmode()
476 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_enc_cbp()
897 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_encode_residue_luma_dc()
975 mb_info_ctxt_t *ps_top_ctxt_mb_info, *ps_curr_ctxt; in ih264e_cabac_write_chroma_residue() local
977 ps_top_ctxt_mb_info = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_write_chroma_residue()
988 u1_top_dc_csbp = (ps_top_ctxt_mb_info->u1_yuv_dc_csbp) >> 1; in ih264e_cabac_write_chroma_residue()
1048 u1_top_ac_csbp = ps_top_ctxt_mb_info->u1_yuv_ac_csbp >> 4; in ih264e_cabac_write_chroma_residue()
1158 ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_encode_residue()
[all …]
Dih264e_cabac.c188 ps_cabac_ctxt->ps_top_ctxt_mb_info = ps_cabac_ctxt->ps_def_ctxt_mb_info; in ih264e_get_cabac_context()
202 ps_cabac_ctxt->ps_top_ctxt_mb_info = in ih264e_get_cabac_context()
217 ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_yuv_ac_csbp = u1_def_csbp; in ih264e_get_cabac_context()
218 ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_yuv_dc_csbp = u1_def_csbp; in ih264e_get_cabac_context()
Dih264e_cabac_structs.h198 mb_info_ctxt_t *ps_top_ctxt_mb_info; member
/external/libavc/encoder/svc/
Disvce_cabac_encode.c122 b = ((ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_mb_type & CAB_SKIP_MASK) ? 0 : 1); in isvce_cabac_enc_mb_skip()
185 isvce_mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in isvce_cabac_enc_intra_mb_type()
373 isvce_mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in isvce_cabac_enc_chroma_predmode()
432 isvce_mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in isvce_cabac_enc_cbp()
818 isvce_mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in isvce_cabac_encode_residue_luma_dc()
888 isvce_mb_info_ctxt_t *ps_top_ctxt_mb_info, *ps_curr_ctxt; in isvce_cabac_write_chroma_residue() local
890 ps_top_ctxt_mb_info = ps_cabac_ctxt->ps_top_ctxt_mb_info; in isvce_cabac_write_chroma_residue()
901 u1_top_dc_csbp = (ps_top_ctxt_mb_info->u1_yuv_dc_csbp) >> 1; in isvce_cabac_write_chroma_residue()
955 u1_top_ac_csbp = ps_top_ctxt_mb_info->u1_yuv_ac_csbp >> 4; in isvce_cabac_write_chroma_residue()
1052 ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in isvce_cabac_encode_residue()
[all …]
Disvce_cabac.c184 ps_cabac_ctxt->ps_top_ctxt_mb_info = ps_cabac_ctxt->ps_def_ctxt_mb_info; in isvce_get_cabac_context()
193 if(i4_top_avail) ps_cabac_ctxt->ps_top_ctxt_mb_info = ps_cabac_ctxt->ps_curr_ctxt_mb_info; in isvce_get_cabac_context()
207 ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_yuv_ac_csbp = u1_def_csbp; in isvce_get_cabac_context()
208 ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_yuv_dc_csbp = u1_def_csbp; in isvce_get_cabac_context()
Disvce_cabac_structs.h119 isvce_mb_info_ctxt_t *ps_top_ctxt_mb_info; member
Disvce_cabac_utils.h58 u1_b = !ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_base_mode_flag; in isvce_cabac_enc_base_mode_flag()