Searched refs:dst_height (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 3053 int dst_width, int dst_height, in ScalePlaneDown2() argument 3082 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2() 3097 int dst_width, int dst_height, in ScalePlaneDown4() argument 3126 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4() 3142 int dst_width, int dst_height, in ScalePlaneDown8() argument 3166 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown8() 3181 int dst_width, int dst_height, in ScalePlaneDown34() argument 3239 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown34() 3274 int dst_width, int dst_height, in ScalePlaneDown38() argument 3322 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown38() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/ |
D | scale.h | 45 int dst_width, int dst_height, 54 int dst_width, int dst_height, 59 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
|
/hardware/intel/common/libva/test/ |
D | loadsurface.h | 394 int dst_fourcc, int dst_width, int dst_height, in download_surface_yuv() argument 440 for (row=0;row<dst_height;row++) { in download_surface_yuv() 445 for (row =0; row < dst_height/2; row++) { in download_surface_yuv()
|