Searched refs:pi2_q_dst (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/ |
D | ihevc_quant_iquant_ssd.c | 117 WORD16 *pi2_q_dst, in ihevc_quant_iquant_ssd() argument 147 pi2_q_dst_orig = pi2_q_dst; in ihevc_quant_iquant_ssd() 164 QUANT(pi2_q_dst[j], pi2_coeffs[j], in ihevc_quant_iquant_ssd() 170 pi2_q_dst[j], /*pi2_src[index*src_strd]*/ in ihevc_quant_iquant_ssd() 182 pi2_q_dst += dst_q_strd; in ihevc_quant_iquant_ssd() 200 pi2_q_dst = pi2_q_dst_orig; in ihevc_quant_iquant_ssd() 207 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant_ssd() 306 WORD16 *pi2_q_dst, in ihevc_quant_iquant() argument 335 pi2_q_dst_orig = pi2_q_dst; in ihevc_quant_iquant() 352 QUANT(pi2_q_dst[j], pi2_coeffs[j], in ihevc_quant_iquant() [all …]
|
D | ihevc_quant_iquant_ssd.h | 46 WORD16 *pi2_q_dst, 79 WORD16 *pi2_q_dst,
|
/external/libhevc/common/arm/ |
D | ihevc_quant_iquant_ssd_neon_intr.c | 66 WORD16 *pi2_q_dst, in ihevc_quant_iquant_ssd_flat_scale_mat_neon() argument 225 vst1_s16((pi2_q_dst + j), q0); in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 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() 340 WORD16 *pi2_q_dst, in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() argument 585 vst1_s16((pi2_q_dst + j), vget_low_s16(q_10)); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() 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() [all …]
|
/external/libhevc/encoder/ |
D | ihevce_enc_loop_structs.h | 226 WORD16 *pi2_q_dst, 249 WORD16 *pi2_q_dst,
|