Home
last modified time | relevance | path

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/
Dvp9_dc_only_idct_add_neon.asm18 ;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
Dvp9_idct8x8_add_neon.asm47 ; 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 …]
Dvp9_iht8x8_add_neon.asm146 ; 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)
Dvp9_idct16x16_add_neon.asm1101 ; dct_const_round_shift(input_dc * cospi_16_64)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Ddc_only_idct_add_v6.asm14 ;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/
Ddc_only_idct_add_neon.c14 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/
Didctllm.c112 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()
Didct_blk.c17 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/
Didctllm_dspr2.c212 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/
Dvp9_itrans4_dspr2.c256 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/
Dsystemdependent.c86 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/
Didctllm_mmx.asm222 ;short input_dc,
235 movd mm5, arg(0) ;input_dc