Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dcommon_dspr2.c14 uint8_t vpx_ff_cropTbl_a[256 + 2 * CROP_WIDTH]; variable
20 for (i = 0; i < 256; i++) vpx_ff_cropTbl_a[i + CROP_WIDTH] = i; in vpx_dsputil_static_init()
23 vpx_ff_cropTbl_a[i] = 0; in vpx_dsputil_static_init()
24 vpx_ff_cropTbl_a[i + CROP_WIDTH + 256] = 255; in vpx_dsputil_static_init()
27 vpx_ff_cropTbl = &vpx_ff_cropTbl_a[CROP_WIDTH]; in vpx_dsputil_static_init()