Home
last modified time | relevance | path

Searched refs:dst_width (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c64 uint8* dst, int dst_width) { in ScaleRowDown2_NEON() argument
73 "+r"(dst_width) // %2 in ScaleRowDown2_NEON()
80 uint8* dst, int dst_width) { in ScaleRowDown2Int_NEON() argument
98 "+r"(dst_width) // %3 in ScaleRowDown2Int_NEON()
106 uint8* dst_ptr, int dst_width) { in ScaleRowDown4_NEON() argument
118 "+r"(dst_width) // %2 in ScaleRowDown4_NEON()
125 uint8* dst_ptr, int dst_width) { in ScaleRowDown4Int_NEON() argument
153 "+r"(dst_width) // %2 in ScaleRowDown4Int_NEON()
164 uint8* dst_ptr, int dst_width) { in ScaleRowDown34_NEON() argument
174 "+r"(dst_width) // %2 in ScaleRowDown34_NEON()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
Dscale.h45 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/
Dloadsurface.h394 int dst_fourcc, int dst_width, int dst_height, in download_surface_yuv() argument
442 memcpy(dst_Y + row*dst_width, Y_row, dst_width); in download_surface_yuv()
452 memcpy(dst_U + row * dst_width, U_row, dst_width); in download_surface_yuv()
455 u_ptr = dst_U + row * (dst_width/2); in download_surface_yuv()
456 v_ptr = dst_V + row * (dst_width/2); in download_surface_yuv()
458 v_ptr = dst_U + row * (dst_width/2); in download_surface_yuv()
459 u_ptr = dst_V + row * (dst_width/2); in download_surface_yuv()
461 for(j = 0; j < dst_width/2; j++) { in download_surface_yuv()