/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 52 temp_in[j] = input[j*8 + i]; in reference_dct_2d() 53 reference_dct_1d(temp_in, temp_out); in reference_dct_2d() 59 double temp_in[8], temp_out[8]; in reference_dct_2d() local 61 temp_in[j] = output[j + i*8]; in reference_dct_2d() 62 reference_dct_1d(temp_in, temp_out); in reference_dct_2d() 88 double temp_in[8], temp_out[8]; in reference_idct_2d() local 90 temp_in[j] = input[j + i*8]; in reference_idct_2d() 91 reference_idct_1d(temp_in, temp_out); 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 57 temp_in[j] = input[j*32 + i]; in reference_32x32_dct_2d() 58 reference_32x32_dct_1d(temp_in, temp_out, 1); in reference_32x32_dct_2d() 64 double temp_in[32], temp_out[32]; in reference_32x32_dct_2d() local 66 temp_in[j] = output[j + i*32]; in reference_32x32_dct_2d() 67 reference_32x32_dct_1d(temp_in, temp_out, 1); in reference_32x32_dct_2d()
|
D | dct16x16_test.cc | 242 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local 244 temp_in[j] = input[j * 16 + i]; in reference_16x16_dct_2d() 245 butterfly_16x16_dct_1d(temp_in, temp_out); in reference_16x16_dct_2d() 251 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local 253 temp_in[j] = output[j + i * 16]; in reference_16x16_dct_2d() 254 butterfly_16x16_dct_1d(temp_in, temp_out); 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 135 temp_in[j] = out[j * 4 + i]; in vp9_idct4x4_16_add_c() 136 idct4(temp_in, temp_out); in vp9_idct4x4_16_add_c() 208 int16_t temp_in[8], temp_out[8]; in vp9_idct8x8_64_add_c() local 220 temp_in[j] = out[j * 8 + i]; in vp9_idct8x8_64_add_c() 221 idct8(temp_in, temp_out); in vp9_idct8x8_64_add_c() 295 int16_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local 307 temp_in[j] = out[j * 4 + i]; in vp9_iht4x4_16_add_c() 308 IHT_4[tx_type].cols(temp_in, temp_out); 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 410 temp_in[i * 4 + j] = out[j * 4 + i]; in vp9_iht4x4_16_add_dspr2() 413 vp9_idct4_columns_add_blk_dspr2(&temp_in[0], dest, dest_stride); in vp9_iht4x4_16_add_dspr2() 424 temp_in[j] = out[j * 4 + i]; in vp9_iht4x4_16_add_dspr2() 425 iadst4_dspr2(temp_in, temp_out); 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 590 temp_in[i * 8 + j] = out[j * 8 + i]; in vp9_iht8x8_64_add_dspr2() 593 idct8_columns_add_blk_dspr2(&temp_in[0], dest, dest_stride); in vp9_iht8x8_64_add_dspr2() 604 temp_in[j] = out[j * 8 + i]; in vp9_iht8x8_64_add_dspr2() 606 iadst8_dspr2(temp_in, temp_out); in vp9_iht8x8_64_add_dspr2()
|
D | vp9_itrans16_dspr2.c | 1122 int16_t temp_in[16 * 16]; in vp9_iht16x16_256_add_dspr2() local 1135 temp_in[j * 16 + i] = out[i * 16 + j]; in vp9_iht16x16_256_add_dspr2() 1137 idct16_cols_add_blk_dspr2(temp_in, dest, pitch); in vp9_iht16x16_256_add_dspr2() 1142 int16_t temp_in[16]; in vp9_iht16x16_256_add_dspr2() local 1155 temp_in[j] = out[j * 16 + i]; in vp9_iht16x16_256_add_dspr2() 1156 iadst16(temp_in, temp_out); 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 172 temp_in[j] = input[j * stride + i] * 16; in vp9_fht4x4_c() 173 if (i == 0 && temp_in[0]) in vp9_fht4x4_c() 174 temp_in[0] += 1; in vp9_fht4x4_c() 175 ht.cols(temp_in, temp_out); in vp9_fht4x4_c() 183 temp_in[j] = out[j + i * 4]; in vp9_fht4x4_c() 184 ht.rows(temp_in, temp_out); in vp9_fht4x4_c() 578 int16_t temp_in[8], temp_out[8]; in vp9_fht8x8_c() local 584 temp_in[j] = input[j * stride + i] * 4; in vp9_fht8x8_c() 585 ht.cols(temp_in, temp_out); in vp9_fht8x8_c() [all …]
|