/external/chromium_org/third_party/libvpx/source/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 | 56 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;
|
fdct8x8_test.cc | 43 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;
|
/external/libvpx/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;
|
/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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
vp9_idct4x4_add_neon.asm | 160 ; temp_out[0, 1] = d16, d17 = q8 161 ; temp_out[2, 3] = d19, d18 = q9 swapped 163 ; ROUND_POWER_OF_TWO(temp_out[j], 4) 172 ; ROUND_POWER_OF_TWO(temp_out[j], 4) + dest[j * dest_stride + i]
|
vp9_idct8x8_add_neon.asm | 255 ; ROUND_POWER_OF_TWO(temp_out[j], 5) 278 ; ROUND_POWER_OF_TWO(temp_out[j], 5) + dest[j * dest_stride + i] 461 ; ROUND_POWER_OF_TWO(temp_out[j], 5) 484 ; ROUND_POWER_OF_TWO(temp_out[j], 5) + dest[j * dest_stride + i]
|
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]
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_idct4x4_add_neon.asm | 160 ; temp_out[0, 1] = d16, d17 = q8 161 ; temp_out[2, 3] = d19, d18 = q9 swapped 163 ; ROUND_POWER_OF_TWO(temp_out[j], 4) 172 ; ROUND_POWER_OF_TWO(temp_out[j], 4) + dest[j * dest_stride + i]
|
vp9_idct8x8_add_neon.asm | 255 ; ROUND_POWER_OF_TWO(temp_out[j], 5) 278 ; ROUND_POWER_OF_TWO(temp_out[j], 5) + dest[j * dest_stride + i] 461 ; ROUND_POWER_OF_TWO(temp_out[j], 5) 484 ; 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_idct4x4_add_neon.asm | 160 ; temp_out[0, 1] = d16, d17 = q8 161 ; temp_out[2, 3] = d19, d18 = q9 swapped 163 ; ROUND_POWER_OF_TWO(temp_out[j], 4) 172 ; ROUND_POWER_OF_TWO(temp_out[j], 4) + dest[j * dest_stride + i]
|
vp9_idct8x8_add_neon.asm | 255 ; ROUND_POWER_OF_TWO(temp_out[j], 5) 278 ; ROUND_POWER_OF_TWO(temp_out[j], 5) + dest[j * dest_stride + i] 461 ; ROUND_POWER_OF_TWO(temp_out[j], 5) 484 ; ROUND_POWER_OF_TWO(temp_out[j], 5) + dest[j * dest_stride + i]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_idct.c | 156 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[8] 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...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_dct.c | 181 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[j] + (temp_out[j] < 0)) >> 1 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/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...] |
/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/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...] |
/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/chromium_org/third_party/libvpx/source/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)
|
/external/libvpx/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)
|
/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)
|