| /external/libvpx/vp9/common/mips/dspr2/ | 
| 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
  | 
| D | vp9_itrans4_dspr2.c | 29   int16_t temp_in[4 * 4], temp_out[4];  in vp9_iht4x4_16_add_dspr2()  local
  | 
| D | vp9_itrans8_dspr2.c | 28   int16_t temp_in[8 * 8], temp_out[8];  in vp9_iht8x8_64_add_dspr2()  local
  | 
| /external/libvpx/vpx_dsp/ | 
| 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 …] 
 | 
| 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
  | 
| /external/libvpx/vp9/common/ | 
| 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 220   tran_low_t temp_in[4], temp_out[4];  in vp9_highbd_iht4x4_16_add_c()  local 252   tran_low_t temp_in[8], temp_out[8];  in vp9_highbd_iht8x8_64_add_c()  local 285   tran_low_t temp_in[16], temp_out[16];  in vp9_highbd_iht16x16_256_add_c()  local
  | 
| /external/libvpx/test/ | 
| D | idct8x8_test.cc | 41     double temp_in[8], temp_out[8];  in reference_dct_2d()  local 48     double temp_in[8], temp_out[8];  in reference_dct_2d()  local
  | 
| D | dct32x32_test.cc | 53     double temp_in[32], temp_out[32];  in reference_32x32_dct_2d()  local 60     double temp_in[32], temp_out[32];  in reference_32x32_dct_2d()  local
  | 
| D | fdct8x8_test.cc | 66     double temp_in[8], temp_out[8];  in reference_8x8_dct_2d()  local 73     double temp_in[8], temp_out[8];  in reference_8x8_dct_2d()  local
  | 
| D | dct16x16_test.cc | 211     double temp_in[16], temp_out[16];  in reference_16x16_dct_2d()  local 218     double temp_in[16], temp_out[16];  in reference_16x16_dct_2d()  local
  | 
| /external/libvpx/vp9/encoder/ | 
| 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
  | 
| /external/libaom/av1/common/arm/ | 
| D | av1_inv_txfm_neon.c | 3777   int32_t *temp_in = txfm_buf;  in lowbd_inv_txfm2d_add_4x4_neon()  local 3838   int32_t *temp_in = txfm_buf;  in lowbd_inv_txfm2d_add_4x8_neon()  local 3902   int32_t *temp_in = txfm_buf;  in lowbd_inv_txfm2d_add_8x4_neon()  local 3966   int32_t *temp_in = txfm_buf;  in lowbd_inv_txfm2d_add_4x16_neon()  local 4028   int32_t *temp_in = txfm_buf;  in lowbd_inv_txfm2d_add_16x4_neon()  local
  | 
| /external/libaom/test/ | 
| D | av1_txfm_test.cc | 244   std::unique_ptr<double[]> temp_in(  in reference_hybrid_2d()  local
  | 
| /external/libaom/av1/common/ | 
| D | av1_inv_txfm2d.c | 264   int32_t *temp_in = txfm_buf;  in inv_txfm2d_add_c()  local
  | 
| /external/libaom/av1/encoder/ | 
| D | av1_fwd_txfm2d.c | 83   int32_t *temp_in = output;  in fwd_txfm2d_c()  local
  | 
| /external/libvpx/vpx_dsp/x86/ | 
| 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
  |