Home
last modified time | relevance | path

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

/external/libavc/common/x86/svc/
Disvc_resi_trans_quant_sse42.c155 __m128i threshold_r0_r1, threshold_r2_r3; in isvc_resi_trans_quant_4x4_sse42() local
181 threshold_r0_r1 = _mm_loadu_si128((__m128i *) (pu2_threshold_matrix)); in isvc_resi_trans_quant_4x4_sse42()
350 threshold_mask_r0_r1 = _mm_cmpgt_epi16(threshold_r0_r1, src_r0); in isvc_resi_trans_quant_4x4_sse42()
458 __m128i threshold_r0_r1, threshold_r2_r3; in isvc_resi_trans_quant_4x4_with_res_pred_sse42() local
486 threshold_r0_r1 = _mm_loadu_si128((__m128i *) (pu2_threshold_matrix)); in isvc_resi_trans_quant_4x4_with_res_pred_sse42()
679 threshold_mask_r0_r1 = _mm_cmpgt_epi16(threshold_r0_r1, src_r0); in isvc_resi_trans_quant_4x4_with_res_pred_sse42()
863 __m128i threshold_r0_r1, threshold_r2_r3; in isvc_resi_trans_quant_chroma_4x4_sse42() local
883 threshold_r0_r1 = _mm_loadu_si128((__m128i *) (pu2_threshold_matrix)); in isvc_resi_trans_quant_chroma_4x4_sse42()
1046 threshold_mask_r0_r1 = _mm_cmpgt_epi16(threshold_r0_r1, src_r0); in isvc_resi_trans_quant_chroma_4x4_sse42()
1161 __m128i threshold_r0_r1, threshold_r2_r3; in isvc_resi_trans_quant_chroma_4x4_with_res_pred_sse42() local
[all …]