/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | idct8x8_test.cc | 50 double temp_in[8], temp_out[8]; in reference_dct_2d() local 53 reference_dct_1d(temp_in, temp_out); in reference_dct_2d() 55 output[j*8 + i] = temp_out[j]; in reference_dct_2d() 59 double temp_in[8], temp_out[8]; in reference_dct_2d() local 62 reference_dct_1d(temp_in, temp_out); in reference_dct_2d() 64 output[j + i*8] = temp_out[j]; in reference_dct_2d() 88 double temp_in[8], temp_out[8]; in reference_idct_2d() local 91 reference_idct_1d(temp_in, temp_out); in reference_idct_2d() 93 out[j + i*8] = temp_out[j]; in reference_idct_2d() 97 double temp_in[8], temp_out[8]; in reference_idct_2d() local [all …]
|
D | dct32x32_test.cc | 55 double temp_in[32], temp_out[32]; in reference_32x32_dct_2d() local 58 reference_32x32_dct_1d(temp_in, temp_out, 1); in reference_32x32_dct_2d() 60 output[j * 32 + i] = temp_out[j]; in reference_32x32_dct_2d() 64 double temp_in[32], temp_out[32]; in reference_32x32_dct_2d() local 67 reference_32x32_dct_1d(temp_in, temp_out, 1); in reference_32x32_dct_2d() 70 output[j + i * 32] = temp_out[j] / 4; in reference_32x32_dct_2d()
|
D | dct16x16_test.cc | 242 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local 245 butterfly_16x16_dct_1d(temp_in, temp_out); in reference_16x16_dct_2d() 247 output[j * 16 + i] = temp_out[j]; in reference_16x16_dct_2d() 251 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local 254 butterfly_16x16_dct_1d(temp_in, temp_out); in reference_16x16_dct_2d() 257 output[j + i * 16] = temp_out[j]/2; in reference_16x16_dct_2d()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 123 int16_t temp_in[4], temp_out[4]; in vp9_idct4x4_16_add_c() local 136 idct4(temp_in, temp_out); in vp9_idct4x4_16_add_c() 138 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4) in vp9_idct4x4_16_add_c() 208 int16_t temp_in[8], temp_out[8]; in vp9_idct8x8_64_add_c() local 221 idct8(temp_in, temp_out); in vp9_idct8x8_64_add_c() 223 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5) in vp9_idct8x8_64_add_c() 295 int16_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local 308 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c() 310 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4) in vp9_iht4x4_16_add_c() 403 int16_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans4_dspr2.c | 370 int16_t temp_in[4 * 4], temp_out[4]; in vp9_iht4x4_16_add_dspr2() local 391 iadst4_dspr2(outptr, temp_out); in vp9_iht4x4_16_add_dspr2() 395 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4) in vp9_iht4x4_16_add_dspr2() 425 iadst4_dspr2(temp_in, temp_out); in vp9_iht4x4_16_add_dspr2() 429 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4) in vp9_iht4x4_16_add_dspr2()
|
D | vp9_itrans8_dspr2.c | 554 int16_t temp_in[8 * 8], temp_out[8]; in vp9_iht8x8_64_add_dspr2() local 573 iadst8_dspr2(&out[i * 8], temp_out); in vp9_iht8x8_64_add_dspr2() 577 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5) in vp9_iht8x8_64_add_dspr2() 606 iadst8_dspr2(temp_in, temp_out); in vp9_iht8x8_64_add_dspr2() 610 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 5) in vp9_iht8x8_64_add_dspr2()
|
D | vp9_itrans16_dspr2.c | 1090 int16_t temp_out[16]; in vp9_iht16x16_256_add_dspr2() local 1111 iadst16(outptr, temp_out); in vp9_iht16x16_256_add_dspr2() 1115 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6) in vp9_iht16x16_256_add_dspr2() 1156 iadst16(temp_in, temp_out); in vp9_iht16x16_256_add_dspr2() 1159 clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 6) in vp9_iht16x16_256_add_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_dct.c | 166 int16_t temp_in[4], temp_out[4]; in vp9_fht4x4_c() local 175 ht.cols(temp_in, temp_out); in vp9_fht4x4_c() 177 outptr[j * 4 + i] = temp_out[j]; in vp9_fht4x4_c() 184 ht.rows(temp_in, temp_out); in vp9_fht4x4_c() 186 output[j + i * 4] = (temp_out[j] + 1) >> 2; in vp9_fht4x4_c() 578 int16_t temp_in[8], temp_out[8]; in vp9_fht8x8_c() local 585 ht.cols(temp_in, temp_out); in vp9_fht8x8_c() 587 outptr[j * 8 + i] = temp_out[j]; in vp9_fht8x8_c() 594 ht.rows(temp_in, temp_out); in vp9_fht8x8_c() 596 output[j + i * 8] = (temp_out[j] + (temp_out[j] < 0)) >> 1; in vp9_fht8x8_c() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | 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]
|
D | 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]
|
D | 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]
|
D | 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]
|