Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_convolve8_dspr2.c23 uint8_t vp9_ff_cropTbl_a[256 + 2 * CROP_WIDTH]; variable
29 for (i = 0; i < 256; i++) vp9_ff_cropTbl_a[i + CROP_WIDTH] = i; in vp9_dsputil_static_init()
32 vp9_ff_cropTbl_a[i] = 0; in vp9_dsputil_static_init()
33 vp9_ff_cropTbl_a[i + CROP_WIDTH + 256] = 255; in vp9_dsputil_static_init()
36 vp9_ff_cropTbl = &vp9_ff_cropTbl_a[CROP_WIDTH]; in vp9_dsputil_static_init()