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

  /external/libvpx/vp8/common/
vpxblit_c64.h 21 int y_width; member in struct:__anon5269
vpxblit.h 54 int y_width; member in struct:__anon5268
codec_common_interface.h 56 int y_width; member in struct:__anon5218
  /external/libvpx/vpx_scale/
yv12config.h 42 int y_width; member in struct:__anon5335
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 59 int y_width; member in struct:__anon5278
175 dest->y_width = source->y_width;
293 common->post_proc_buffer.y_width, common->post_proc_buffer.y_height,
346 common->post_proc_buffer.y_width, common->post_proc_buffer.y_height,
385 int mb_cols = post->y_width >> 4;
409 y_ptr += post->y_stride * 16 - post->y_width;
419 int mb_cols = post->y_width >> 4;
442 y_ptr += post->y_stride * 16 - post->y_width;
460 neww = hs * tab->this_buffer.y_width / hr
    [all...]
  /external/libvpx/vp8/encoder/
firstpass.c 188 for (j = 0; j < source->y_width; j++)
205 sum_weights /= (source->y_height * source->y_width);
1206 int y_width = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_width; local
    [all...]

Completed in 42 milliseconds