OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdct16x8_1d_row
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_dsp/mips/
fwd_txfm_msa.c
133
void
fdct16x8_1d_row
(int16_t *input, int16_t *output) {
function
235
fdct16x8_1d_row
((&tmp_buf[0] + (128 * i)), (output + (128 * i)));
fwd_txfm_msa.h
372
void
fdct16x8_1d_row
(int16_t *input, int16_t *output);
/external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c
455
fdct16x8_1d_row
(tmp + (128 * i), output + (128 * i));
Completed in 1569 milliseconds