Searched refs:oheight (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 539 int oheight, int owidth) { in vp9_resize_frame420() argument 541 oy, oheight, owidth, oy_stride); in vp9_resize_frame420() 543 ou, oheight / 2, owidth / 2, ouv_stride); in vp9_resize_frame420() 545 ov, oheight / 2, owidth / 2, ouv_stride); in vp9_resize_frame420() 554 int oheight, int owidth) { in vp9_resize_frame422() argument 556 oy, oheight, owidth, oy_stride); in vp9_resize_frame422() 558 ou, oheight, owidth / 2, ouv_stride); in vp9_resize_frame422() 560 ov, oheight, owidth / 2, ouv_stride); in vp9_resize_frame422() 569 int oheight, int owidth) { in vp9_resize_frame444() argument 571 oy, oheight, owidth, oy_stride); in vp9_resize_frame444() [all …]
|
D | vp9_resize.h | 37 int oheight, 51 int oheight, 65 int oheight,
|