HomeSort by relevance Sort by last modified time
    Searched defs:uv_height (Results 1 - 6 of 6) sorted by null

  /external/libvpx/vp8/common/
vpxblit_c64.h 26 int uv_height; member in struct:__anon5269
vpxblit.h 59 int uv_height; member in struct:__anon5268
codec_common_interface.h 61 int uv_height; member in struct:__anon5218
  /external/libvpx/vpx_scale/
yv12config.h 48 int uv_height; member in struct:__anon5335
  /external/libvpx/vpx_scale/dm642/
yv12extend.c 356 int yheight, uv_height; local
363 uv_height = src_ybc->uv_height;
381 uv_height + border,
387 uv_height + border,
428 for (row = 0; row < src_ybc->uv_height; row++)
438 for (row = 0; row < src_ybc->uv_height; row++)
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 64 int uv_height; member in struct:__anon5278
179 dest->uv_height = source->uv_height;
297 common->post_proc_buffer.uv_width, common->post_proc_buffer.uv_height,
300 common->post_proc_buffer.uv_width, common->post_proc_buffer.uv_height,
499 frame_buffer->uv_height = ch / 2;
520 frame_buffer->uv_height = (h + 1) / 2;
550 frame_buffer->uv_used_area = (((this_pitch + 1) / 2) * frame_buffer->uv_height);
562 frame_buffer->uv_height >>= 1;

Completed in 137 milliseconds