OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_arr
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c
414
const int32_t
const_arr
[29 * 4] = {
local
456
fadst16_cols_step1_msa(input + (i << 3), stride,
const_arr
, ptmpbuf);
457
fadst16_cols_step2_msa(ptmpbuf,
const_arr
, tmp + (i << 3));
475
fadst16_rows_step1_msa(trans + (i << 7),
const_arr
, ptmpbuf);
476
fadst16_rows_step2_msa(ptmpbuf,
const_arr
, tmp + (i << 7));
484
fadst16_cols_step1_msa(input + (i << 3), stride,
const_arr
, ptmpbuf);
485
fadst16_cols_step2_msa(ptmpbuf,
const_arr
, tmp + (i << 3));
492
fadst16_rows_step1_msa(trans + (i << 7),
const_arr
, ptmpbuf);
493
fadst16_rows_step2_msa(ptmpbuf,
const_arr
, tmp + (i << 7));
Completed in 951 milliseconds