HomeSort by relevance Sort by last modified time
    Searched refs:temp_out (Results 1 - 25 of 25) sorted by null

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 28 int16_t temp_in[8 * 8], temp_out[8]; local
47 iadst8_dspr2(&out[i * 8], temp_out);
51 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5)
80 iadst8_dspr2(temp_in, temp_out);
84 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5)
vp9_itrans16_dspr2.c 29 int16_t temp_out[16]; local
50 iadst16_dspr2(outptr, temp_out);
54 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6)
95 iadst16_dspr2(temp_in, temp_out);
98 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6)
vp9_itrans4_dspr2.c 29 int16_t temp_in[4 * 4], temp_out[4]; local
50 iadst4_dspr2(outptr, temp_out);
54 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4)
84 iadst4_dspr2(temp_in, temp_out);
88 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
idct8x8_test.cc 50 double temp_in[8], temp_out[8]; local
53 reference_dct_1d(temp_in, temp_out);
55 output[j*8 + i] = temp_out[j];
59 double temp_in[8], temp_out[8]; local
62 reference_dct_1d(temp_in, temp_out);
64 output[j + i*8] = temp_out[j];
88 double temp_in[8], temp_out[8]; local
91 reference_idct_1d(temp_in, temp_out);
93 out[j + i*8] = temp_out[j];
97 double temp_in[8], temp_out[8] local
    [all...]
dct32x32_test.cc 55 double temp_in[32], temp_out[32]; local
58 reference_32x32_dct_1d(temp_in, temp_out, 1);
60 output[j * 32 + i] = temp_out[j];
64 double temp_in[32], temp_out[32]; local
67 reference_32x32_dct_1d(temp_in, temp_out, 1);
70 output[j + i * 32] = temp_out[j] / 4;
dct16x16_test.cc 242 double temp_in[16], temp_out[16]; local
245 butterfly_16x16_dct_1d(temp_in, temp_out);
247 output[j * 16 + i] = temp_out[j];
251 double temp_in[16], temp_out[16]; local
254 butterfly_16x16_dct_1d(temp_in, temp_out);
257 output[j + i * 16] = temp_out[j]/2;
  /external/libvpx/libvpx/test/
idct8x8_test.cc 49 double temp_in[8], temp_out[8]; local
52 reference_dct_1d(temp_in, temp_out);
54 output[j*8 + i] = temp_out[j];
58 double temp_in[8], temp_out[8]; local
61 reference_dct_1d(temp_in, temp_out);
63 output[j + i*8] = temp_out[j];
dct32x32_test.cc 58 double temp_in[32], temp_out[32]; local
61 reference_32x32_dct_1d(temp_in, temp_out);
63 output[j * 32 + i] = temp_out[j];
67 double temp_in[32], temp_out[32]; local
70 reference_32x32_dct_1d(temp_in, temp_out);
73 output[j + i * 32] = temp_out[j] / 4;
dct16x16_test.cc 218 double temp_in[16], temp_out[16]; local
221 butterfly_16x16_dct_1d(temp_in, temp_out);
223 output[j * 16 + i] = temp_out[j];
227 double temp_in[16], temp_out[16]; local
230 butterfly_16x16_dct_1d(temp_in, temp_out);
233 output[j + i * 16] = temp_out[j]/2;
fdct8x8_test.cc 65 double temp_in[8], temp_out[8]; local
68 reference_8x8_dct_1d(temp_in, temp_out, 1);
70 output[j * 8 + i] = temp_out[j];
74 double temp_in[8], temp_out[8]; local
77 reference_8x8_dct_1d(temp_in, temp_out, 1);
80 output[j + i * 8] = temp_out[j] * 2;
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 32 tran_low_t temp_in[4], temp_out[4]; local
45 IHT_4[tx_type].cols(temp_in, temp_out);
48 ROUND_POWER_OF_TWO(temp_out[j], 4));
65 tran_low_t temp_in[8], temp_out[8]; local
79 ht.cols(temp_in, temp_out);
82 ROUND_POWER_OF_TWO(temp_out[j], 5));
99 tran_low_t temp_in[16], temp_out[16]; local
113 ht.cols(temp_in, temp_out);
116 ROUND_POWER_OF_TWO(temp_out[j], 6));
222 tran_low_t temp_in[4], temp_out[4] local
255 tran_low_t temp_in[8], temp_out[8]; local
290 tran_low_t temp_in[16], temp_out[16]; local
    [all...]
  /system/extras/verity/fec/tests/
fec.py 65 temp_out = tempfile.NamedTemporaryFile()
73 if decode(temp_cor.name, temp_fec.name, temp_out.name) != 0:
76 if compare(temp_img.name, temp_out.name) != 0:
83 if decode(temp_cor.name, temp_fec.name, temp_out.name) == 0:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 370 int16_t temp_in[4 * 4], temp_out[4]; local
391 iadst4_dspr2(outptr, temp_out);
395 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4)
425 iadst4_dspr2(temp_in, temp_out);
429 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4)
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/
vp9_idct.c 123 int16_t temp_in[4], temp_out[4]; local
136 idct4(temp_in, temp_out);
138 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4)
208 int16_t temp_in[8], temp_out[8]; local
221 idct8(temp_in, temp_out);
223 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5)
295 int16_t temp_in[4], temp_out[4]; local
308 IHT_4[tx_type].cols(temp_in, temp_out);
310 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4)
403 int16_t temp_in[8], temp_out[8] local
428 int16_t temp_in[8], temp_out[8]; local
618 int16_t temp_in[16], temp_out[16]; local
821 int16_t temp_in[16], temp_out[16]; local
846 int16_t temp_in[16], temp_out[16]; local
1251 int16_t temp_in[32], temp_out[32]; local
1288 int16_t temp_in[32], temp_out[32]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 537 tran_low_t temp_in[4], temp_out[4]; local
546 ht.cols(temp_in, temp_out);
548 out[j * 4 + i] = temp_out[j];
555 ht.rows(temp_in, temp_out);
557 output[j + i * 4] = (temp_out[j] + 1) >> 2;
681 tran_low_t temp_in[8], temp_out[8]; local
688 ht.cols(temp_in, temp_out);
690 out[j * 8 + i] = temp_out[j];
697 ht.rows(temp_in, temp_out);
699 output[j + i * 8] = (temp_out[j] + (temp_out[j] < 0)) >> 1
767 tran_low_t temp_in[16], temp_out[16]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 166 int16_t temp_in[4], temp_out[4]; local
175 ht.cols(temp_in, temp_out);
177 outptr[j * 4 + i] = temp_out[j];
184 ht.rows(temp_in, temp_out);
186 output[j + i * 4] = (temp_out[j] + 1) >> 2;
578 int16_t temp_in[8], temp_out[8]; local
585 ht.cols(temp_in, temp_out);
587 outptr[j * 8 + i] = temp_out[j];
594 ht.rows(temp_in, temp_out);
596 output[j + i * 8] = (temp_out[j] + (temp_out[j] < 0)) >> 1
975 int16_t temp_in[16], temp_out[16]; local
1338 int temp_in[32], temp_out[32]; local
1348 int temp_in[32], temp_out[32]; local
1366 int temp_in[32], temp_out[32]; local
1379 int temp_in[32], temp_out[32]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 721 tran_high_t temp_in[32], temp_out[32]; local
724 vpx_fdct32(temp_in, temp_out, 0);
726 output[j * 32 + i] = (temp_out[j] + 1 + (temp_out[j] > 0)) >> 2;
731 tran_high_t temp_in[32], temp_out[32]; local
734 vpx_fdct32(temp_in, temp_out, 0);
737 (tran_low_t)((temp_out[j] + 1 + (temp_out[j] < 0)) >> 2);
750 tran_high_t temp_in[32], temp_out[32]; local
753 vpx_fdct32(temp_in, temp_out, 0)
763 tran_high_t temp_in[32], temp_out[32]; local
    [all...]
inv_txfm.c 118 tran_low_t temp_in[4], temp_out[4]; local
131 idct4_c(temp_in, temp_out);
134 ROUND_POWER_OF_TWO(temp_out[j], 4));
214 tran_low_t temp_in[8], temp_out[8]; local
227 idct8_c(temp_in, temp_out);
230 ROUND_POWER_OF_TWO(temp_out[j], 5));
366 tran_low_t temp_in[8], temp_out[8]; local
380 idct8_c(temp_in, temp_out);
383 ROUND_POWER_OF_TWO(temp_out[j], 5));
558 tran_low_t temp_in[16], temp_out[16] local
756 tran_low_t temp_in[16], temp_out[16]; local
1163 tran_low_t temp_in[32], temp_out[32]; local
1202 tran_low_t temp_in[32], temp_out[32]; local
1353 tran_low_t temp_in[4], temp_out[4]; local
1445 tran_low_t temp_in[8], temp_out[8]; local
1603 tran_low_t temp_in[8], temp_out[8]; local
1796 tran_low_t temp_in[16], temp_out[16]; local
1993 tran_low_t temp_in[16], temp_out[16]; local
2407 tran_low_t temp_in[32], temp_out[32]; local
2447 tran_low_t temp_in[32], temp_out[32]; local
    [all...]
  /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/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c 3609 tran_low_t temp_in[4], temp_out[4]; local
3711 tran_low_t temp_in[8], temp_out[8]; local
3815 tran_low_t temp_in[8], temp_out[8]; local
3929 tran_low_t temp_in[16], temp_out[16]; local
4048 tran_low_t temp_in[16], temp_out[16]; local
    [all...]
fwd_dct32x32_impl_sse2.h 27 tran_high_t temp_in[32], temp_out[32]; local
30 vpx_fdct32(temp_in, temp_out, 0);
33 (tran_low_t)((temp_out[j] + 1 + (temp_out[j] < 0)) >> 2);
42 tran_high_t temp_in[32], temp_out[32]; local
45 vpx_fdct32(temp_in, temp_out, 1);
47 out[j + i * 32] = (tran_low_t)temp_out[j];
    [all...]
  /external/libgdx/gdx/jni/gdx2d/
stb_image.h 4229 stbi_uc *p, *temp_out, *orig = a->out; local
    [all...]

Completed in 567 milliseconds