Home
last modified time | relevance | path

Searched refs:aom_ff_cropTbl_a (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/aom_dsp/mips/
Dcommon_dspr2.c15 uint8_t aom_ff_cropTbl_a[256 + 2 * CROP_WIDTH]; variable
21 for (i = 0; i < 256; i++) aom_ff_cropTbl_a[i + CROP_WIDTH] = i; in aom_dsputil_static_init()
24 aom_ff_cropTbl_a[i] = 0; in aom_dsputil_static_init()
25 aom_ff_cropTbl_a[i + CROP_WIDTH + 256] = 255; in aom_dsputil_static_init()
28 aom_ff_cropTbl = &aom_ff_cropTbl_a[CROP_WIDTH]; in aom_dsputil_static_init()