Home
last modified time | relevance | path

Searched refs:pu1_csbf_buf (Results 1 – 9 of 9) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_scan_coeffs_neon.c122 UWORD8 *pu1_csbf_buf, in ihevce_scan_coeffs_neon() argument
175 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[pu1_trans_table[trans_unit_idx]]]) in ihevce_scan_coeffs_neon()
335 (pu1_csbf_buf[pi4_subBlock2csbfId_map[pu1_trans_table[trans_unit_idx]]]); in ihevce_scan_coeffs_neon()
349 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[blk_row * trans_size / 4 + blk_col + 1]]) in ihevce_scan_coeffs_neon()
357 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[(blk_row + 1) * trans_size / 4 + blk_col]]) in ihevce_scan_coeffs_neon()
/external/libhevc/encoder/
Dihevce_enc_sbh_funcs.c134 UWORD8 *pu1_csbf_buf = ps_rdoq_sbh_params->pu1_csbf_buf; in ihevce_sign_data_hiding() local
186 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[pu1_trans_table[trans_unit_idx]]]) in ihevce_sign_data_hiding()
Dihevce_enc_loop_utils.h118 UWORD8 *pu1_csbf_buf,
157 UWORD8 *pu1_csbf_buf,
410 UWORD8 *pu1_csbf_buf,
Dihevce_rdoq_macros.h170 UWORD8 *pu1_csbf_buf; member
Dihevce_enc_loop_utils.c935 UWORD8 *pu1_csbf_buf, in ihevce_scan_coeffs() argument
995 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[pu1_trans_table[trans_unit_idx]]]) in ihevce_scan_coeffs()
1138 (pu1_csbf_buf[pi4_subBlock2csbfId_map[pu1_trans_table[trans_unit_idx]]]); in ihevce_scan_coeffs()
1152 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[blk_row * trans_size / 4 + blk_col + 1]]) in ihevce_scan_coeffs()
1160 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[(blk_row + 1) * trans_size / 4 + blk_col]]) in ihevce_scan_coeffs()
2006 UWORD8 *pu1_csbf_buf, in ihevce_t_q_iq_ssd_scan_fxn() argument
2218 pu1_csbf_buf, in ihevce_t_q_iq_ssd_scan_fxn()
2250 ps_rdoq_sbh_ctxt->pu1_csbf_buf = pu1_csbf_buf; in ihevce_t_q_iq_ssd_scan_fxn()
2267 pu1_csbf_buf, in ihevce_t_q_iq_ssd_scan_fxn()
2347 pu1_csbf_buf, in ihevce_t_q_iq_ssd_scan_fxn()
[all …]
Dihevce_cabac_tu.c2526 ->pu1_csbf_buf[pi4_subBlock2csbfId_map[blk_row * trans_size / 4 + blk_col + 1]]) in ihevce_cabac_residue_encode_rdoq()
2535 … ->pu1_csbf_buf[pi4_subBlock2csbfId_map[(blk_row + 1) * trans_size / 4 + blk_col]]) in ihevce_cabac_residue_encode_rdoq()
3092 ps_rdoq_ctxt->pu1_csbf_buf[pi4_subBlock2csbfId_map[pu1_trans_table[i]]] = 0; in ihevce_cabac_residue_encode_rdoq()
3137 ps_rdoq_ctxt->pu1_csbf_buf[pi4_subBlock2csbfId_map[pu1_trans_table[i]]] = 1; in ihevce_cabac_residue_encode_rdoq()
3145 ps_rdoq_ctxt->pu1_csbf_buf[pi4_subBlock2csbfId_map[pu1_trans_table[i]]] = 0; in ihevce_cabac_residue_encode_rdoq()
3359 if(ps_rdoq_ctxt->pu1_csbf_buf[pi4_subBlock2csbfId_map[pu1_trans_table[i]]]) in ihevce_find_new_last_csb()
Dihevce_enc_structs.h236 UWORD8 *pu1_csbf_buf,
Dihevce_enc_loop_structs.h2967 UWORD8 *pu1_csbf_buf; member
Dihevce_enc_loop_pass.c1435 s_prms.pu1_csbf_buf = &ps_ctxt->au1_cu_csbf[0]; in ihevce_cu_mode_decide()