/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/vp9/common/mips/dspr2/ |
H A D | vp9_itrans16_dspr2.c | 56 int16_t temp_in[16 * 16]; in vp9_iht16x16_256_add_dspr2() local 75 int16_t temp_in[16]; in vp9_iht16x16_256_add_dspr2() local
|
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
|
/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 | 3758 int32_t *temp_in = txfm_buf; in lowbd_inv_txfm2d_add_4x4_neon() local 3822 int32_t *temp_in = txfm_buf; in lowbd_inv_txfm2d_add_4x8_neon() local 3888 int32_t *temp_in = txfm_buf; in lowbd_inv_txfm2d_add_8x4_neon() local 3954 int32_t *temp_in = txfm_buf; in lowbd_inv_txfm2d_add_4x16_neon() local 4019 int32_t *temp_in = txfm_buf; in lowbd_inv_txfm2d_add_16x4_neon() local
|
/aosp_15_r20/external/coreboot/src/drivers/i2c/lm96000/ |
H A D | chip.h | 109 } temp_in[LM96000_TEMP_IN_CNT]; member
|
/aosp_15_r20/external/libaom/test/ |
H A D | av1_txfm_test.cc | 263 std::unique_ptr<double[]> temp_in( in reference_hybrid_2d() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | av1_inv_txfm2d.c | 264 int32_t *temp_in = txfm_buf; in inv_txfm2d_add_c() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | av1_fwd_txfm2d.c | 83 int32_t *temp_in = output; 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/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 262 optional int32 temp_in = 5; field
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_arm64.cc | 5169 HInvokeVirtual* invoke, Location temp_in, SlowPathCode* slow_path) { in GenerateVirtualCall()
|
H A D | code_generator_x86_64.cc | 1271 HInvokeVirtual* invoke, Location temp_in, SlowPathCode* slow_path) { in GenerateVirtualCall()
|
H A D | code_generator_x86.cc | 5690 HInvokeVirtual* invoke, Location temp_in, SlowPathCode* slow_path) { in GenerateVirtualCall()
|