Searched refs:boxheight (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 3358 static void ScalePlaneBoxRow(int dst_width, int boxheight, in ScalePlaneBoxRow() argument 3368 *dst_ptr++ = SumBox(boxwidth, boxheight, src_stride, src_ptr + ix) / in ScalePlaneBoxRow() 3369 (boxwidth * boxheight); in ScalePlaneBoxRow() 3384 static void ScaleAddCols2_C(int dst_width, int boxheight, int dx, in ScaleAddCols2_C() argument 3388 scaletbl[0] = 65536 / (minboxwidth * boxheight); in ScaleAddCols2_C() 3389 scaletbl[1] = 65536 / ((minboxwidth + 1) * boxheight); in ScaleAddCols2_C() 3404 static void ScaleAddCols1_C(int dst_width, int boxheight, int dx, in ScaleAddCols1_C() argument 3407 int scaleval = 65536 / (boxwidth * boxheight); in ScaleAddCols1_C() 3444 int boxheight; in ScalePlaneBox() local 3449 boxheight = (y >> 16) - iy; in ScalePlaneBox() [all …]
|