Searched defs:temp_out (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Didct8x8_test.cc50 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[ local
[all...]
H A Ddct32x32_test.cc56 double temp_in[32], temp_out[32]; local
59 reference_32x32_dct_1d(temp_in, temp_out);
61 output[j * 32 + i] = temp_out[j];
65 double temp_in[32], temp_out[32]; local
68 reference_32x32_dct_1d(temp_in, temp_out);
71 output[j + i * 32] = temp_out[j] / 4;
H A Dfdct8x8_test.cc43 double temp_in[8], temp_out[8]; local
46 reference_8x8_dct_1d(temp_in, temp_out, 1);
48 output[j * 8 + i] = temp_out[j];
52 double temp_in[8], temp_out[8]; local
55 reference_8x8_dct_1d(temp_in, temp_out, 1);
58 output[j + i * 8] = temp_out[j] * 2;
H A Ddct16x16_test.cc239 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/libvpx/libvpx/test/
H A Didct8x8_test.cc50 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[ local
[all...]
H A Ddct32x32_test.cc55 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;
H A Ddct16x16_test.cc242 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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c370 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)
H A Dvp9_itrans8_dspr2.c554 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)
H A Dvp9_itrans16_dspr2.c1090 int16_t temp_out[16]; local
1111 iadst16(outptr, temp_out);
1115 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6)
1156 iadst16(temp_in, temp_out);
1159 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6)
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c370 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)
H A Dvp9_itrans8_dspr2.c554 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)
H A Dvp9_itrans16_dspr2.c1090 int16_t temp_out[16]; local
1111 iadst16(outptr, temp_out);
1115 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6)
1156 iadst16(temp_in, temp_out);
1159 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c181 tran_low_t temp_in[4], temp_out[4]; local
190 ht.cols(temp_in, temp_out);
192 outptr[j * 4 + i] = temp_out[j];
199 ht.rows(temp_in, temp_out);
201 output[j + i * 4] = (temp_out[j] + 1) >> 2;
617 tran_low_t temp_in[8], temp_out[8]; local
624 ht.cols(temp_in, temp_out);
626 outptr[j * 8 + i] = temp_out[j];
633 ht.rows(temp_in, temp_out);
635 output[j + i * 8] = (temp_out[
1016 tran_low_t temp_in[16], temp_out[16]; local
1392 tran_high_t temp_in[32], temp_out[32]; local
1402 tran_high_t temp_in[32], temp_out[32]; local
1420 tran_high_t temp_in[32], temp_out[32]; local
1433 tran_high_t temp_in[32], temp_out[32]; local
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c123 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[ 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/
H A Dvp9_dct.c166 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[
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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c156 tran_low_t temp_in[4], temp_out[4]; local
169 idct4(temp_in, temp_out);
171 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4)
242 tran_low_t temp_in[8], temp_out[8]; local
255 idct8(temp_in, temp_out);
257 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5)
329 tran_low_t temp_in[4], temp_out[4]; local
342 IHT_4[tx_type].cols(temp_in, temp_out);
344 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4)
437 tran_low_t temp_in[8], temp_out[ local
462 tran_low_t temp_in[8], temp_out[8]; local
653 tran_low_t temp_in[16], temp_out[16]; local
857 tran_low_t temp_in[16], temp_out[16]; local
883 tran_low_t temp_in[16], temp_out[16]; local
1289 tran_low_t temp_in[32], temp_out[32]; local
1327 tran_low_t temp_in[32], temp_out[32]; local
1560 tran_low_t temp_in[4], temp_out[4]; local
1650 tran_low_t temp_in[8], temp_out[8]; local
1743 tran_low_t temp_in[4], temp_out[4]; local
1852 tran_low_t temp_in[8], temp_out[8]; local
1879 tran_low_t temp_in[8], temp_out[8]; local
2071 tran_low_t temp_in[16], temp_out[16]; local
2274 tran_low_t temp_in[16], temp_out[16]; local
2301 tran_low_t temp_in[16], temp_out[16]; local
2712 tran_low_t temp_in[32], temp_out[32]; local
2751 tran_low_t temp_in[32], temp_out[32]; local
[all...]

Completed in 221 milliseconds