HomeSort by relevance Sort by last modified time
    Searched full:input_dc (Results 1 - 24 of 24) sorted by null

  /external/libvpx/libvpx/vp8/common/arm/armv6/
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/armv6/
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/vp9/common/arm/neon/
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
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...]
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
    [all...]
vp9_idct16x16_add_neon.asm     [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
dc_only_idct_add_neon.c 14 int16_t input_dc,
20 uint16_t a1 = ((input_dc + 4) >> 3);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
dc_only_idct_add_neon.c 14 int16_t input_dc,
20 uint16_t a1 = ((input_dc + 4) >> 3);
  /external/libvpx/libvpx/vpx_dsp/arm/
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...]
idct16x16_add_neon.asm     [all...]
  /external/libvpx/libvpx/vp8/common/
idct_blk.c 17 void vp8_dc_only_idct_add_c(short input_dc, unsigned char * pred,
idctllm.c 113 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr,
117 int a1 = ((input_dc + 4) >> 3);
  /external/libvpx/libvpx/vpx_dsp/mips/
inv_txfm_dspr2.h 33 /* out = dct_const_round_shift(input_dc * cospi_16_64); */ \
itrans4_dspr2.c 251 int16_t input_dc = input[0]; local
261 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
idct_blk.c 17 void vp8_dc_only_idct_add_c(short input_dc, unsigned char * pred,
idctllm.c 112 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr,
116 int a1 = ((input_dc + 4) >> 3);
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 212 void vp8_dc_only_idct_add_dspr2(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride)
218 /* a1 = ((input_dc + 4) >> 3); */
220 "addi %[a1], %[input_dc], 4 \n\t"
223 : [input_dc] "r" (input_dc)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 212 void vp8_dc_only_idct_add_dspr2(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride)
218 /* a1 = ((input_dc + 4) >> 3); */
220 "addi %[a1], %[input_dc], 4 \n\t"
223 : [input_dc] "r" (input_dc)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_common_dspr2.h 35 /* out = dct_const_round_shift(input_dc * cospi_16_64); */ \
vp9_itrans4_dspr2.c 256 int16_t input_dc = input[0]; local
266 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
systemdependent.c 86 extern void vp8_dc_only_idct_c(short input_dc, short *output, int pitch);
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_mmx.asm 222 ;short input_dc,
235 movd mm5, arg(0) ;input_dc
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
idctllm_mmx.asm 222 ;short input_dc,
235 movd mm5, arg(0) ;input_dc
  /external/libvpx/libvpx/vp8/common/mips/msa/
idct_msa.c 318 void vp8_dc_only_idct_add_msa(int16_t input_dc, uint8_t *pred_ptr,
322 idct4x4_addconst_msa(input_dc, pred_ptr, pred_stride, dst_ptr, dst_stride);

Completed in 1287 milliseconds