Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.h86 static INLINE void dct_const_round_shift_low_8_dual(const int32x4_t *const t32, in dct_const_round_shift_low_8_dual() function
309 dct_const_round_shift_low_8_dual(c, &d[0], &d[1]); in idct4x4_16_kernel_bd8()
407 dct_const_round_shift_low_8_dual(t32, &step1[5], &step1[6]); in idct8x8_12_pass2_bd8()
463 dct_const_round_shift_low_8_dual(&t32[0], &step1[4], &step1[5]); in idct8x8_64_1d_bd8_kernel()
464 dct_const_round_shift_low_8_dual(&t32[4], &step1[6], &step1[7]); in idct8x8_64_1d_bd8_kernel()
481 dct_const_round_shift_low_8_dual(&t32[0], &step2[0], &step2[1]); in idct8x8_64_1d_bd8_kernel()
482 dct_const_round_shift_low_8_dual(&t32[4], &step2[2], &step2[3]); in idct8x8_64_1d_bd8_kernel()
501 dct_const_round_shift_low_8_dual(t32, &step1[5], &step1[6]); in idct8x8_64_1d_bd8_kernel()
542 dct_const_round_shift_low_8_dual(t32, d0, d1); in idct_cospi_8_24_q()
554 dct_const_round_shift_low_8_dual(t32, d0, d1); in idct_cospi_8_24_neg_q()
[all …]
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht_neon.h57 dct_const_round_shift_low_8_dual(output, &io[0], &io[1]); in iadst4()