Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3386 int scaletbl[2]; in ScaleAddCols2_C() local
3388 scaletbl[0] = 65536 / (minboxwidth * boxheight); in ScaleAddCols2_C()
3389 scaletbl[1] = 65536 / ((minboxwidth + 1) * boxheight); in ScaleAddCols2_C()
3391 int *scaleptr = scaletbl - minboxwidth; in ScaleAddCols2_C()