/external/libhevc/common/ |
D | ihevc_intra_pred_filters.c | 211 WORD32 dc_val, i; in ihevc_intra_pred_luma_ref_substitution() local 223 dc_val = 1 << (8 - 1); in ihevc_intra_pred_luma_ref_substitution() 236 pu1_dst[i] = dc_val; in ihevc_intra_pred_luma_ref_substitution() 623 WORD32 dc_val = 1 << (8 - 5); in ihevc_intra_pred_ref_filtering() local 647 - (2 * pu1_src[3 * nt]))) < dc_val; in ihevc_intra_pred_ref_filtering() 649 - (2 * pu1_src[nt]))) < dc_val; in ihevc_intra_pred_ref_filtering() 821 WORD32 dc_val, two_dc_val, three_dc_val; in ihevc_intra_pred_luma_dc() local 856 dc_val = (acc_dc + nt) >> (log2nt + 1); in ihevc_intra_pred_luma_dc() 858 two_dc_val = 2 * dc_val; in ihevc_intra_pred_luma_dc() 859 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc() [all …]
|
D | ihevc_chroma_intra_pred_filters.c | 145 WORD32 dc_val, i, j; in ihevc_intra_pred_chroma_ref_substitution() local 161 dc_val = 1 << (8 - 1); in ihevc_intra_pred_chroma_ref_substitution() 164 pu1_dst[i] = dc_val; in ihevc_intra_pred_chroma_ref_substitution()
|
/external/libhevc/common/arm/ |
D | ihevc_intra_pred_luma_dc.s | 116 mov r11, #2 @mov #2 to r11 (to be used to add to 2dc_val & 3dc_val) 190 vshl.s64 d9, d6, d8 @(dc_val) shr by log2nt+1 196 vdup.8 d16, d9[0] @dc_val 201 vadd.i64 d14, d13, d28 @src[2nt+1]+2+src[2nt-1]+2dc_val
|
D | ihevc_intra_ref_substitution_a9q.c | 114 WORD32 dc_val, i, j; in ihevc_intra_pred_chroma_ref_substitution_a9q() local 130 dc_val = 1 << (8 - 1); in ihevc_intra_pred_chroma_ref_substitution_a9q() 133 pu1_dst[i] = dc_val; in ihevc_intra_pred_chroma_ref_substitution_a9q() 408 WORD32 dc_val, i; in ihevc_intra_pred_luma_ref_substitution_a9q() local 420 dc_val = 1 << (8 - 1); in ihevc_intra_pred_luma_ref_substitution_a9q() 433 pu1_dst[i] = dc_val; in ihevc_intra_pred_luma_ref_substitution_a9q()
|
D | ihevc_intra_pred_filters_neon_intr.c | 127 WORD32 dc_val, i; in ihevc_intra_pred_luma_ref_substitution_neonintr() local 136 dc_val = 1 << (BIT_DEPTH - 1); in ihevc_intra_pred_luma_ref_substitution_neonintr() 148 pu1_dst[i] = dc_val; in ihevc_intra_pred_luma_ref_substitution_neonintr() 485 WORD32 dc_val = 1 << (BIT_DEPTH - 5); in ihevc_intra_pred_ref_filtering_neonintr() local 516 - (2 * pu1_src[3 * nt]))) < dc_val; in ihevc_intra_pred_ref_filtering_neonintr() 518 - (2 * pu1_src[nt]))) < dc_val; in ihevc_intra_pred_ref_filtering_neonintr() 904 WORD32 dc_val = 0, two_dc_val = 0, three_dc_val = 0; in ihevc_intra_pred_luma_dc_neonintr() local 959 dc_val = (vget_lane_u32(vreinterpret_u32_u64(acc_dc), 0) + nt) >> (log2nt_plus1); in ihevc_intra_pred_luma_dc_neonintr() 960 dc_val_t = vdup_n_u8(dc_val); in ihevc_intra_pred_luma_dc_neonintr() 961 two_dc_val = 2 * dc_val; in ihevc_intra_pred_luma_dc_neonintr() [all …]
|
/external/libmpeg2/common/x86/ |
D | impeg2_mem_func_sse42_intr.c | 88 void impeg2_memset_8bit_8x8_block_sse42(UWORD8 *dst, WORD32 dc_val, WORD32 dst_wd) in impeg2_memset_8bit_8x8_block_sse42() argument 90 __m128i value = _mm_set1_epi8((WORD8)dc_val); in impeg2_memset_8bit_8x8_block_sse42()
|
/external/libavc/common/x86/ |
D | ih264_luma_intra_pred_filters_ssse3.c | 999 WORD32 dc_val = 0; in ih264_intra_pred_luma_8x8_mode_dc_ssse3() local 1020 dc_val += 4; in ih264_intra_pred_luma_8x8_mode_dc_ssse3() 1021 dc_val += _mm_extract_epi16(sum_8x16b, 0); in ih264_intra_pred_luma_8x8_mode_dc_ssse3() 1029 dc_val += 4; in ih264_intra_pred_luma_8x8_mode_dc_ssse3() 1030 dc_val += _mm_extract_epi16(sum_8x16b, 0); in ih264_intra_pred_luma_8x8_mode_dc_ssse3() 1032 dc_val = dc_val >> shft; in ih264_intra_pred_luma_8x8_mode_dc_ssse3() 1035 dc_val = 128; in ih264_intra_pred_luma_8x8_mode_dc_ssse3() 1037 dc_val_8x8b = _mm_set1_epi8(dc_val); in ih264_intra_pred_luma_8x8_mode_dc_ssse3() 1885 WORD32 dc_val; in ih264_intra_pred_luma_16x16_mode_dc_ssse3() local 1901 dc_val = 0; in ih264_intra_pred_luma_16x16_mode_dc_ssse3() [all …]
|
/external/libhevc/common/x86/ |
D | ihevc_intra_pred_filters_sse42_intr.c | 134 WORD32 dc_val = 1 << (BIT_DEPTH - 5); in ihevc_intra_pred_ref_filtering_sse42() local 222 - (2 * pu1_src[3 * nt]))) < dc_val; in ihevc_intra_pred_ref_filtering_sse42() 224 - (2 * pu1_src[nt]))) < dc_val; in ihevc_intra_pred_ref_filtering_sse42() 406 WORD32 dc_val, two_dc_val, three_dc_val; in ihevc_intra_pred_luma_dc_sse42() local 471 dc_val = (acc_dc + nt) >> (log2nt + 1); in ihevc_intra_pred_luma_dc_sse42() 473 two_dc_val = 2 * dc_val; in ihevc_intra_pred_luma_dc_sse42() 474 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_sse42() 476 temp = _mm_set1_epi8(dc_val); in ihevc_intra_pred_luma_dc_sse42() 551 dc_val = (acc_dc + nt) >> (log2nt + 1); in ihevc_intra_pred_luma_dc_sse42() 553 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_sse42() [all …]
|
D | ihevc_intra_pred_filters_ssse3_intr.c | 143 WORD32 dc_val, i; in ihevc_intra_pred_luma_ref_substitution_ssse3() local 155 dc_val = 1 << (BIT_DEPTH - 1); in ihevc_intra_pred_luma_ref_substitution_ssse3() 168 pu1_dst[i] = dc_val; in ihevc_intra_pred_luma_ref_substitution_ssse3() 420 WORD32 dc_val = 1 << (BIT_DEPTH - 5); in ihevc_intra_pred_ref_filtering_ssse3() local 506 - (2 * pu1_src[3 * nt]))) < dc_val; in ihevc_intra_pred_ref_filtering_ssse3() 508 - (2 * pu1_src[nt]))) < dc_val; in ihevc_intra_pred_ref_filtering_ssse3() 1066 WORD32 dc_val, two_dc_val, three_dc_val; in ihevc_intra_pred_luma_dc_ssse3() local 1131 dc_val = (acc_dc + nt) >> (log2nt + 1); in ihevc_intra_pred_luma_dc_ssse3() 1133 two_dc_val = 2 * dc_val; in ihevc_intra_pred_luma_dc_ssse3() 1134 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_ssse3() [all …]
|
/external/libmpeg2/common/ |
D | impeg2_mem_func.h | 25 typedef void pf_memset_8bit_t (UWORD8 *dst, WORD32 dc_val, WORD32 dst_wd);
|