Home
last modified time | relevance | path

Searched refs:pi2_quant_coeffs (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_sbh_funcs.c129 WORD16 *pi2_quant_coeffs = ps_rdoq_sbh_params->pi2_quant_coeffs; in ihevce_sign_data_hiding() local
203 i2_quant_coeff = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_sign_data_hiding()
222 quant_coeff_first = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_sign_data_hiding()
239 i2_quant_coeff = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_sign_data_hiding()
292 pi2_quant_coeffs[x_pos + (y_pos * trans_size)] += final_change; in ihevce_sign_data_hiding()
296 pi2_quant_coeffs[x_pos + (y_pos * trans_size)] -= final_change; in ihevce_sign_data_hiding()
305 pi2_quant_coeffs[y_pos * dst_q_strd + x_pos], in ihevce_sign_data_hiding()
Dihevce_rdoq_macros.h183 WORD16 *pi2_quant_coeffs; member
Dihevce_enc_loop_utils.c879 WORD16 *pi2_quant_coeffs, in ihevce_scan_coeffs() argument
958 quant_coeff = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_scan_coeffs()
1025 quant_coeff = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_scan_coeffs()
1137 quant_coeff = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_scan_coeffs()
1980 WORD16 *pi2_quant_coeffs; in ihevce_t_q_iq_ssd_scan_fxn() local
2056 pi2_quant_coeffs = &ps_ctxt->ai2_scratch[0]; in ihevce_t_q_iq_ssd_scan_fxn()
2146 pi2_quant_coeffs, in ihevce_t_q_iq_ssd_scan_fxn()
2196 ps_rdoq_sbh_ctxt->pi2_quant_coeffs = pi2_quant_coeffs; in ihevce_t_q_iq_ssd_scan_fxn()
2210 pi2_quant_coeffs, in ihevce_t_q_iq_ssd_scan_fxn()
2288 pi2_quant_coeffs = &ps_ctxt->ai2_scratch[0]; in ihevce_t_q_iq_ssd_scan_fxn()
[all …]
Dihevce_enc_loop_utils.h107 WORD16 *pi2_quant_coeffs,
Dihevce_cabac_tu.c2342 WORD16 *pi2_coeffs = ps_rdoq_ctxt->pi2_quant_coeffs; in ihevce_cabac_residue_encode_rdoq()
/external/libhevc/encoder/arm/
Dihevce_scan_coeffs_neon.c117 WORD16 *pi2_quant_coeffs, in ihevce_scan_coeffs_neon() argument
180 WORD16 *pi2_temp_quant_coeff = pi2_quant_coeffs; in ihevce_scan_coeffs_neon()
382 pi2_quant_coeffs + blk_col * 4 + (blk_row * 4) * trans_size; in ihevce_scan_coeffs_neon()