Searched refs:input_dc (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_dc_only_idct_add_neon.asm | 18 ;void vp9_dc_only_idct_add_neon(int input_dc, uint8_t *pred_ptr, 21 ; r0 int input_dc 33 ; dct_const_round_shift(input_dc * cospi_16_64) 34 mul r0, r0, r12 ; input_dc * cospi_16_64
|
D | vp9_idct8x8_add_neon.asm | 47 ; dct_const_round_shift(input_dc * cospi_16_64) 51 ; dct_const_round_shift(input_dc * cospi_16_64) 71 ; dct_const_round_shift(input_dc * cospi_16_64) 78 ; dct_const_round_shift(input_dc * cospi_16_64) 101 ; dct_const_round_shift(input_dc * cospi_16_64) 105 ; dct_const_round_shift(input_dc * cospi_16_64) 126 ; dct_const_round_shift(input_dc * cospi_16_64) 130 ; dct_const_round_shift(input_dc * cospi_16_64) 164 ; dct_const_round_shift(input_dc * cospi_16_64) 168 ; dct_const_round_shift(input_dc * cospi_16_64) [all …]
|
D | vp9_iht8x8_add_neon.asm | 146 ; dct_const_round_shift(input_dc * cospi_16_64) 150 ; dct_const_round_shift(input_dc * cospi_16_64) 170 ; dct_const_round_shift(input_dc * cospi_16_64) 177 ; dct_const_round_shift(input_dc * cospi_16_64) 200 ; dct_const_round_shift(input_dc * cospi_16_64) 204 ; dct_const_round_shift(input_dc * cospi_16_64) 224 ; dct_const_round_shift(input_dc * cospi_16_64) 228 ; dct_const_round_shift(input_dc * cospi_16_64) 262 ; dct_const_round_shift(input_dc * cospi_16_64) 266 ; dct_const_round_shift(input_dc * cospi_16_64)
|
D | vp9_idct16x16_add_neon.asm | 1101 ; dct_const_round_shift(input_dc * cospi_16_64)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | dc_only_idct_add_v6.asm | 14 ;void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, 17 ; r0 input_dc 26 add r0, r0, #4 ; input_dc += 4 29 and r0, r12, r0, asr #3 ; input_dc >> 3 + mask
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | dc_only_idct_add_neon.c | 14 int16_t input_dc, in vp8_dc_only_idct_add_neon() argument 20 uint16_t a1 = ((input_dc + 4) >> 3); in vp8_dc_only_idct_add_neon()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | idctllm.c | 112 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_c() argument 116 int a1 = ((input_dc + 4) >> 3); in vp8_dc_only_idct_add_c()
|
D | idct_blk.c | 17 void vp8_dc_only_idct_add_c(short input_dc, unsigned char * pred,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 212 void vp8_dc_only_idct_add_dspr2(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned … in vp8_dc_only_idct_add_dspr2() argument 223 : [input_dc] "r" (input_dc) in vp8_dc_only_idct_add_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans4_dspr2.c | 256 int16_t input_dc = input[0]; in vp9_idct4x4_1_add_dspr2() local 266 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc); in vp9_idct4x4_1_add_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | systemdependent.c | 86 extern void vp8_dc_only_idct_c(short input_dc, short *output, int pitch);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | idctllm_mmx.asm | 222 ;short input_dc, 235 movd mm5, arg(0) ;input_dc
|