Searched refs:dst_q_strd (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/common/ |
D | ihevc_quant_iquant_ssd.c | 126 WORD32 dst_q_strd, in ihevc_quant_iquant_ssd() argument 182 pi2_q_dst += dst_q_strd; in ihevc_quant_iquant_ssd() 207 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant_ssd() 214 if(pi2_block[row * dst_q_strd + col] != 0) in ihevc_quant_iquant_ssd() 315 WORD32 dst_q_strd, in ihevc_quant_iquant() argument 364 pi2_q_dst += dst_q_strd; in ihevc_quant_iquant() 386 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant() 393 if(pi2_block[row * dst_q_strd + col] != 0) in ihevc_quant_iquant() 495 WORD32 dst_q_strd, in ihevc_quant_iquant_ssd_rdoq() argument 560 pi2_q_dst += dst_q_strd; in ihevc_quant_iquant_ssd_rdoq() [all …]
|
D | ihevc_quant_iquant_ssd.h | 55 WORD32 dst_q_strd, 88 WORD32 dst_q_strd,
|
/external/libhevc/common/arm/ |
D | ihevc_quant_iquant_ssd_neon_intr.c | 75 WORD32 dst_q_strd, in ihevc_quant_iquant_ssd_flat_scale_mat_neon() argument 226 vst1_s16((pi2_q_dst + j + dst_q_strd), q1); in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 227 vst1_s16((pi2_q_dst + j + (2 * dst_q_strd)), q2); in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 228 vst1_s16((pi2_q_dst + j + (3 * dst_q_strd)), q3); in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 318 pi2_q_dst += 4 * dst_q_strd; in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 349 WORD32 dst_q_strd, in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() argument 586 vst1_s16((pi2_q_dst + j + dst_q_strd), vget_high_s16(q_10)); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() 587 vst1_s16((pi2_q_dst + j + (2 * dst_q_strd)), vget_low_s16(q_11)); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() 588 vst1_s16((pi2_q_dst + j + (3 * dst_q_strd)), vget_high_s16(q_11)); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() 678 pi2_q_dst += 4 * dst_q_strd; in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon()
|
/external/libhevc/encoder/ |
D | ihevce_enc_sbh_funcs.c | 136 WORD32 dst_q_strd = ps_rdoq_sbh_params->i4_q_data_strd; in ihevce_sign_data_hiding() local 305 pi2_quant_coeffs[y_pos * dst_q_strd + x_pos], in ihevce_sign_data_hiding()
|
D | ihevce_enc_loop_structs.h | 234 WORD32 dst_q_strd, 255 WORD32 dst_q_strd,
|