Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/fw/topazhp/
DPrimary_VRL.txt93 0x4b,0xf1,0x0d,0x7b,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c2910 int xf1 = x & 0xffff; in ScaleFilterCols_C() local
2911 int xf0 = 65536 - xf1; in ScaleFilterCols_C()
2913 *dst_ptr++ = (src_ptr[xi] * xf0 + src_ptr[xi + 1] * xf1) >> 16; in ScaleFilterCols_C()