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

  /external/libvpx/vp8/encoder/arm/
picklpf_arm.c 27 int yheight; local
34 yheight = src_ybc->y_height;
37 linestocopy = (yheight >> (Fraction + 4));
44 yoffset = ystride * ((yheight >> 5) * 16 - 8);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncPerf.java 73 private double yheight; field in class:DisplaySyncPerf.YIntervalTimePeriodValuesCollection
78 * @param yheight The height of the bars.
80 YIntervalTimePeriodValuesCollection(double yheight) {
81 this.yheight = yheight;
93 return getY(series, item).doubleValue() + yheight;
  /external/libvpx/vp8/encoder/
picklpf.c 44 int yheight; local
51 yheight = src_ybc->y_height;
54 linestocopy = (yheight >> (Fraction + 4));
61 yoffset = ystride * ((yheight >> 5) * 16 - 8);

Completed in 67 milliseconds