Home
last modified time | relevance | path

Searched refs:neg_255_16x4 (Results 1 – 2 of 2) sorted by relevance

/external/libavc/common/arm/svc/
Disvc_resi_trans_quant_neon.c321 int16x4_t neg_255_16x4 = vdup_n_s16(-((WORD16) UINT8_MAX)); in isvc_resi_trans_quant_4x4_with_residual_sub_neon() local
369 res0_16x4 = vmax_s16(res0_16x4, neg_255_16x4); in isvc_resi_trans_quant_4x4_with_residual_sub_neon()
370 res1_16x4 = vmax_s16(res1_16x4, neg_255_16x4); in isvc_resi_trans_quant_4x4_with_residual_sub_neon()
371 res2_16x4 = vmax_s16(res2_16x4, neg_255_16x4); in isvc_resi_trans_quant_4x4_with_residual_sub_neon()
372 res3_16x4 = vmax_s16(res3_16x4, neg_255_16x4); in isvc_resi_trans_quant_4x4_with_residual_sub_neon()
844 int16x4_t neg_255_16x4 = vdup_n_s16(-((WORD16) UINT8_MAX)); in isvc_resi_trans_quant_chroma_4x4_with_residual_sub_neon() local
914 res0_16x4 = vmax_s16(res0_16x4, neg_255_16x4); in isvc_resi_trans_quant_chroma_4x4_with_residual_sub_neon()
915 res1_16x4 = vmax_s16(res1_16x4, neg_255_16x4); in isvc_resi_trans_quant_chroma_4x4_with_residual_sub_neon()
916 res2_16x4 = vmax_s16(res2_16x4, neg_255_16x4); in isvc_resi_trans_quant_chroma_4x4_with_residual_sub_neon()
917 res3_16x4 = vmax_s16(res3_16x4, neg_255_16x4); in isvc_resi_trans_quant_chroma_4x4_with_residual_sub_neon()
Disvc_iquant_itrans_recon_neon.c251 int16x4_t neg_255_16x4 = vdup_n_s16(-((WORD16) UINT8_MAX)); in isvc_iquant_itrans_recon_4x4_with_res_output_neon() local
346 x0_16x4 = vmax_s16(x0_16x4, neg_255_16x4); in isvc_iquant_itrans_recon_4x4_with_res_output_neon()
347 x1_16x4 = vmax_s16(x1_16x4, neg_255_16x4); in isvc_iquant_itrans_recon_4x4_with_res_output_neon()
348 x2_16x4 = vmax_s16(x2_16x4, neg_255_16x4); in isvc_iquant_itrans_recon_4x4_with_res_output_neon()
349 x3_16x4 = vmax_s16(x3_16x4, neg_255_16x4); in isvc_iquant_itrans_recon_4x4_with_res_output_neon()
630 int16x4_t neg_255_16x4 = vdup_n_s16(-((WORD16) UINT8_MAX)); in isvc_iquant_itrans_recon_chroma_4x4_neon() local
722 x0_16x4 = vmax_s16(x0_16x4, neg_255_16x4); in isvc_iquant_itrans_recon_chroma_4x4_neon()
723 x1_16x4 = vmax_s16(x1_16x4, neg_255_16x4); in isvc_iquant_itrans_recon_chroma_4x4_neon()
724 x2_16x4 = vmax_s16(x2_16x4, neg_255_16x4); in isvc_iquant_itrans_recon_chroma_4x4_neon()
725 x3_16x4 = vmax_s16(x3_16x4, neg_255_16x4); in isvc_iquant_itrans_recon_chroma_4x4_neon()
[all …]