HomeSort by relevance Sort by last modified time
    Searched refs:yheight (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 23 int yheight; local
28 yheight = src_ybc->y_height;
32 linestocopy = (yheight >> 4) / PARTIAL_FRAME_FRACTION;
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
picklpf.c 30 int yheight; local
35 yheight = src_ybc->y_height;
39 linestocopy = (yheight >> 4) / PARTIAL_FRAME_FRACTION;
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 30 int yheight; local
35 yheight = src_ybc->y_height;
39 linestocopy = (yheight >> 4) / PARTIAL_FRAME_FRACTION;
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);

Completed in 57 milliseconds