/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | inv_txfm.c | 158 tran_low_t temp_in[4], temp_out[4]; in vpx_idct4x4_16_add_c() local 330 tran_low_t temp_in[8], temp_out[8]; in vpx_idct8x8_64_add_c() local 354 tran_low_t temp_in[8], temp_out[8]; in vpx_idct8x8_12_add_c() local 727 tran_low_t temp_in[16], temp_out[16]; in vpx_idct16x16_256_add_c() local 752 tran_low_t temp_in[16], temp_out[16]; in vpx_idct16x16_38_add_c() local 778 tran_low_t temp_in[16], temp_out[16]; in vpx_idct16x16_10_add_c() local 1185 tran_low_t temp_in[32], temp_out[32]; in vpx_idct32x32_1024_add_c() local 1216 tran_low_t temp_in[32], temp_out[32]; in vpx_idct32x32_135_add_c() local 1242 tran_low_t temp_in[32], temp_out[32]; in vpx_idct32x32_34_add_c() local 1459 tran_low_t temp_in[4], temp_out[4]; in vpx_highbd_idct4x4_16_add_c() local [all …]
|
H A D | fwd_txfm.c | 714 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_c() local 723 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_c() local 741 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rd_c() local 753 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rd_c() local
|
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_idct.c | 32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local 64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local 97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local 222 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local 254 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local 287 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | idct8x8_test.cc | 40 double temp_in[8], temp_out[8]; in reference_dct_2d() local 47 double temp_in[8], temp_out[8]; in reference_dct_2d() local
|
H A D | dct32x32_test.cc | 54 double temp_in[32], temp_out[32]; in reference_32x32_dct_2d() local 61 double temp_in[32], temp_out[32]; in reference_32x32_dct_2d() local
|
H A D | fdct8x8_test.cc | 67 double temp_in[8], temp_out[8]; in reference_8x8_dct_2d() local 74 double temp_in[8], temp_out[8]; in reference_8x8_dct_2d() local
|
H A D | dct16x16_test.cc | 212 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local 219 double temp_in[16], temp_out[16]; in reference_16x16_dct_2d() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_dct.c | 537 tran_low_t temp_in[4], temp_out[4]; in vp9_fht4x4_c() local 564 tran_low_t temp_in[8], temp_out[8]; in vp9_fht8x8_c() local 647 tran_low_t temp_in[16], temp_out[16]; in vp9_fht16x16_c() local
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | av1_inv_txfm_neon.c | 3766 int32_t *temp_out = temp_in + buf_offset; in lowbd_inv_txfm2d_add_4x4_neon() local 3830 int32_t *temp_out = temp_in + buf_offset; in lowbd_inv_txfm2d_add_4x8_neon() local 3896 int32_t *temp_out = temp_in + buf_offset; in lowbd_inv_txfm2d_add_8x4_neon() local 3962 int32_t *temp_out = temp_in + buf_offset; in lowbd_inv_txfm2d_add_4x16_neon() local 4027 int32_t *temp_out = temp_in + buf_offset; in lowbd_inv_txfm2d_add_16x4_neon() local
|
/aosp_15_r20/external/libvpx/vp9/common/mips/dspr2/ |
H A D | vp9_itrans4_dspr2.c | 29 int16_t temp_in[4 * 4], temp_out[4]; in vp9_iht4x4_16_add_dspr2() local
|
H A D | vp9_itrans8_dspr2.c | 28 int16_t temp_in[8 * 8], temp_out[8]; in vp9_iht8x8_64_add_dspr2() local
|
H A D | vp9_itrans16_dspr2.c | 29 int16_t temp_out[16]; in vp9_iht16x16_256_add_dspr2() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | sparse_tensor_dense_matmul_op_gpu.cu.cc | 105 auto temp_out = temp_out_t.matrix<Tsum>(); in Compute() local
|
H A D | sparse_tensor_dense_matmul_op.cc | 338 auto temp_out = temp_out_t.matrix<Tsum>(); in Compute() local
|
/aosp_15_r20/external/libdav1d/tests/checkasm/ |
H A D | itx.c | 194 double in[64], temp_out[64]; in ftx() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | av1_txfm_test.cc | 265 std::unique_ptr<double[]> temp_out( in reference_hybrid_2d() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | av1_inv_txfm2d.c | 265 int32_t *temp_out = temp_in + buf_offset; in inv_txfm2d_add_c() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | av1_fwd_txfm2d.c | 84 int32_t *temp_out = output + txfm_size_row; in fwd_txfm2d_c() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | fwd_dct32x32_impl_sse2.h | 27 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rows_c() local 42 tran_high_t temp_in[32], temp_out[32]; in vpx_fdct32x32_rd_rows_c() local
|
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image.h | 4593 stbi_uc *p, *temp_out, *orig = a->out; in stbi__expand_png_palette() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 4897 stbi_uc *p, *temp_out, *orig = a->out; in stbi__expand_png_palette() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 4904 stbi_uc *p, *temp_out, *orig = a->out; in stbi__expand_png_palette() local
|
/aosp_15_r20/external/ComputeLibrary/include/stb/ |
H A D | stb_image.h | 4639 stbi_uc *p, *temp_out, *orig = a->out; in stbi__expand_png_palette() local
|