HomeSort by relevance Sort by last modified time
    Searched full:dct_const_round_shift (Results 26 - 46 of 46) sorted by null

12

  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_1_add_neon.asm 84 ; out = dct_const_round_shift(input[0] * cospi_16_64)
89 ; out = dct_const_round_shift(out * cospi_16_64)
idct32x32_1_add_neon.c 126 int16_t out = dct_const_round_shift(input[0] * cospi_16_64);
128 out = dct_const_round_shift(out * cospi_16_64);
idct4x4_add_neon.asm 92 ; dct_const_round_shift
143 ; dct_const_round_shift
idct16x16_1_add_neon.asm 32 ; out = dct_const_round_shift(input[0] * cospi_16_64)
37 ; out = dct_const_round_shift(out * cospi_16_64)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_1_add_neon.asm 84 ; out = dct_const_round_shift(input[0] * cospi_16_64)
89 ; out = dct_const_round_shift(out * cospi_16_64)
vp9_idct4x4_add_neon.asm 92 ; dct_const_round_shift
143 ; dct_const_round_shift
vp9_idct16x16_1_add_neon.asm 32 ; out = dct_const_round_shift(input[0] * cospi_16_64)
37 ; out = dct_const_round_shift(out * cospi_16_64)
vp9_iht4x4_add_neon.asm 36 ; dct_const_round_shift
82 ; dct_const_round_shift
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 38 static INLINE tran_low_t dct_const_round_shift(tran_high_t input) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 82 static INLINE int dct_const_round_shift(int input) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 349 // dct_const_round_shift
381 // dct_const_round_shift
411 // dct_const_round_shift
    [all...]
vp9_dct_sse2.c 450 // dct_const_round_shift
482 // dct_const_round_shift
512 // dct_const_round_shift
    [all...]
vp9_dct32x32_avx2.c 354 // dct_const_round_shift
563 // dct_const_round_shift
    [all...]
vp9_dct32x32_sse2.c 345 // dct_const_round_shift
554 // dct_const_round_shift
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 123 // dct_const_round_shift
177 // dct_const_round_shift
vp9_dct_sse2.c 282 // dct_const_round_shift
314 // dct_const_round_shift
344 // dct_const_round_shift
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h 355 // dct_const_round_shift
564 // dct_const_round_shift
    [all...]
fwd_dct32x32_impl_sse2.h 425 // dct_const_round_shift
    [all...]
fwd_txfm_impl_sse2.h 358 // dct_const_round_shift
398 // dct_const_round_shift
444 // dct_const_round_shift
    [all...]
inv_txfm_sse2.c 161 a = dct_const_round_shift(input[0] * cospi_16_64);
162 a = dct_const_round_shift(a * cospi_16_64);
530 a = dct_const_round_shift(input[0] * cospi_16_64);
531 a = dct_const_round_shift(a * cospi_16_64);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 163 a = dct_const_round_shift(input[0] * cospi_16_64);
164 a = dct_const_round_shift(a * cospi_16_64);
614 a = dct_const_round_shift(input[0] * cospi_16_64);
615 a = dct_const_round_shift(a * cospi_16_64);
    [all...]

Completed in 628 milliseconds

12