Searched refs:fdct8x16_1d_column (Results 1 - 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
H A D | fwd_txfm_msa.c | 28 void fdct8x16_1d_column(const int16_t *input, int16_t *tmp_ptr, function 240 fdct8x16_1d_column((input + 8 * i), (&tmp_buf[0] + 8 * i), src_stride);
|
H A D | fwd_txfm_msa.h | 361 void fdct8x16_1d_column(const int16_t *input, int16_t *tmp_ptr,
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
H A D | vp9_fdct16x16_msa.c | 445 fdct8x16_1d_column(input + 8 * i, tmp + 8 * i, stride); 468 fdct8x16_1d_column(input + 8 * i, tmp + 8 * i, stride);
|
Completed in 494 milliseconds