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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_image.c 26 unsigned int h, w, s, xcs, ycs, bps; local
113 ycs = 1;
116 ycs = 0;
123 align = (1 << ycs) - 1;
161 img->y_chroma_shift = ycs;
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 51 unsigned int h, w, s, xcs, ycs, bps; local
120 ycs = 1;
123 ycs = 0;
130 align = (1 << ycs) - 1;
162 img->y_chroma_shift = ycs;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 51 unsigned int h, w, s, xcs, ycs, bps; local
120 ycs = 1;
123 ycs = 0;
130 align = (1 << ycs) - 1;
162 img->y_chroma_shift = ycs;

Completed in 44 milliseconds