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

12

  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_iht4x4_add_neon.asm 210 ; ROUND_POWER_OF_TWO(temp_out[j], 4)
219 ; ROUND_POWER_OF_TWO(temp_out[j], 4) + dest[j * dest_stride + i]
vp9_iht8x8_add_neon.asm 643 ; ROUND_POWER_OF_TWO(temp_out[j], 5)
666 ; ROUND_POWER_OF_TWO(temp_out[j], 5) + dest[j * dest_stride + i]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_iht4x4_add_neon.asm 210 ; ROUND_POWER_OF_TWO(temp_out[j], 4)
219 ; ROUND_POWER_OF_TWO(temp_out[j], 4) + dest[j * dest_stride + i]
vp9_iht8x8_add_neon.asm 643 ; ROUND_POWER_OF_TWO(temp_out[j], 5)
666 ; ROUND_POWER_OF_TWO(temp_out[j], 5) + dest[j * dest_stride + i]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
dct16x16_test.cc 239 double temp_in[16], temp_out[16]; local
242 butterfly_16x16_dct_1d(temp_in, temp_out);
244 output[j * 16 + i] = temp_out[j];
248 double temp_in[16], temp_out[16]; local
251 butterfly_16x16_dct_1d(temp_in, temp_out);
254 output[j + i * 16] = temp_out[j]/2;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 554 int16_t temp_in[8 * 8], temp_out[8]; local
573 iadst8_dspr2(&out[i * 8], temp_out);
577 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5)
606 iadst8_dspr2(temp_in, temp_out);
610 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5)
    [all...]
vp9_itrans16_dspr2.c 1090 int16_t temp_out[16]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 554 int16_t temp_in[8 * 8], temp_out[8]; local
573 iadst8_dspr2(&out[i * 8], temp_out);
577 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5)
606 iadst8_dspr2(temp_in, temp_out);
610 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5)
    [all...]
vp9_itrans16_dspr2.c 1090 int16_t temp_out[16]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 554 int16_t temp_in[8 * 8], temp_out[8]; local
573 iadst8_dspr2(&out[i * 8], temp_out);
577 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5)
606 iadst8_dspr2(temp_in, temp_out);
610 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5)
    [all...]
vp9_itrans16_dspr2.c 1090 int16_t temp_out[16]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.asm 643 ; ROUND_POWER_OF_TWO(temp_out[j], 5)
666 ; ROUND_POWER_OF_TWO(temp_out[j], 5) + dest[j * dest_stride + i]

Completed in 1124 milliseconds

12