Home
last modified time | relevance | path

Searched refs:dst_iq_strd (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/common/arm/
Dihevc_quant_iquant_ssd_neon_intr.c76 WORD32 dst_iq_strd, in ihevc_quant_iquant_ssd_flat_scale_mat_neon() argument
268 vst1_s16((pi2_iq_dst + j + dst_iq_strd), iq1); in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
269 vst1_s16((pi2_iq_dst + j + (2 * dst_iq_strd)), iq2); in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
270 vst1_s16((pi2_iq_dst + j + (3 * dst_iq_strd)), iq3); in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
289 vst1_s16((pi2_iq_dst + j + dst_iq_strd), zero_d); in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
290 vst1_s16((pi2_iq_dst + j + (2 * dst_iq_strd)), zero_d); in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
291 vst1_s16((pi2_iq_dst + j + (3 * dst_iq_strd)), zero_d); in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
319 pi2_iq_dst += 4 * dst_iq_strd; in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
350 WORD32 dst_iq_strd, in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() argument
628 vst1_s16((pi2_iq_dst + j + dst_iq_strd), iq1); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon()
[all …]
/external/libhevc/common/
Dihevc_quant_iquant_ssd.c127 WORD32 dst_iq_strd, in ihevc_quant_iquant_ssd() argument
183 pi2_iq_dst += dst_iq_strd; in ihevc_quant_iquant_ssd()
316 WORD32 dst_iq_strd, in ihevc_quant_iquant() argument
365 pi2_iq_dst += dst_iq_strd; in ihevc_quant_iquant()
496 WORD32 dst_iq_strd, in ihevc_quant_iquant_ssd_rdoq() argument
561 pi2_iq_dst += dst_iq_strd; in ihevc_quant_iquant_ssd_rdoq()
641 WORD32 dst_iq_strd, in ihevc_quant_iquant_rdoq() argument
696 pi2_iq_dst += dst_iq_strd; in ihevc_quant_iquant_rdoq()
826 WORD32 dst_iq_strd, in ihevc_quant_iquant_ssd_flat_scale_mat() argument
894 pi2_iq_dst += dst_iq_strd; in ihevc_quant_iquant_ssd_flat_scale_mat()
[all …]
Dihevc_quant_iquant_ssd.h56 WORD32 dst_iq_strd,
89 WORD32 dst_iq_strd,
/external/libhevc/encoder/
Dihevce_enc_sbh_funcs.c135 WORD32 dst_iq_strd = ps_rdoq_sbh_params->i4_iq_data_strd; in ihevce_sign_data_hiding() local
241 i2_iquant_coeff = pi2_iquant_data[x_pos + (y_pos * dst_iq_strd)]; in ihevce_sign_data_hiding()
287 i2_iquant_coeff = pi2_iquant_data[x_pos + (y_pos * dst_iq_strd)]; in ihevce_sign_data_hiding()
304 pi2_iquant_data[y_pos * dst_iq_strd + x_pos], in ihevce_sign_data_hiding()
314 i4_err2 = (i2_tr_coeff - pi2_iquant_data[y_pos * dst_iq_strd + x_pos]); in ihevce_sign_data_hiding()
Dihevce_enc_loop_structs.h236 WORD32 dst_iq_strd,
257 WORD32 dst_iq_strd,