/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 1222 uint16* dst_ptr, int src_width, in ScaleAddRows_SSE2() argument 1992 uint16* dst_ptr, int src_width, 2531 uint16* dst_ptr, int src_width, in ScaleAddRows_SSE2() argument 2562 "+r"(src_width), // %2 in ScaleAddRows_SSE2() 3030 uint16* dst_ptr, int src_width, int src_height) { in ScaleAddRows_C() argument 3032 assert(src_width > 0); in ScaleAddRows_C() 3034 for (x = 0; x < src_width; ++x) { in ScaleAddRows_C() 3052 static void ScalePlaneDown2(int src_width, int src_height, in ScalePlaneDown2() argument 3059 assert(IS_ALIGNED(src_width, 2)); in ScalePlaneDown2() 3096 static void ScalePlaneDown4(int src_width, int src_height, in ScalePlaneDown4() argument [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/ |
D | scale.h | 41 int src_width, int src_height, 51 int src_width, int src_height, 58 int ScaleOffset(const uint8* src, int src_width, int src_height,
|
/hardware/intel/common/libva/test/ |
D | loadsurface.h | 296 int src_fourcc, int src_width, int src_height, in upload_surface_yuv() argument 344 memcpy(Y_row, src_Y + row*src_width, src_width); in upload_surface_yuv() 354 memcpy(U_row, src_U + row * src_width, src_width); in upload_surface_yuv() 357 u_ptr = src_U + row * (src_width/2); in upload_surface_yuv() 358 v_ptr = src_V + row * (src_width/2); in upload_surface_yuv() 360 v_ptr = src_U + row * (src_width/2); in upload_surface_yuv() 361 u_ptr = src_V + row * (src_width/2); in upload_surface_yuv() 363 for(j = 0; j < src_width/2; j++) { in upload_surface_yuv()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/ |
D | img_gralloc_public.h | 290 int src_width, int src_height, in gralloc_module_blit_stamp_to_handle() argument 297 src_stamp, src_width, src_height, src_format, in gralloc_module_blit_stamp_to_handle()
|
/hardware/intel/img/psb_video/src/ |
D | psb_output.c | 678 static VAStatus lnc_unpack_topaz_rec(int src_width, int src_height, in lnc_unpack_topaz_rec() argument 703 for (n = 0; n < src_width / 16; n++) { in lnc_unpack_topaz_rec() 712 for (n = 0; n < src_width / 16; n++) { in lnc_unpack_topaz_rec() 734 int src_width, int src_height, in tng_unpack_vsp_rec() argument 751 for (x= 32;x < src_width + 32; x++) { in tng_unpack_vsp_rec() 754 tmp_dstY += dstY_stride - src_width; in tng_unpack_vsp_rec() 759 for (x= 16;x < 16 + ( (src_width+1)>>1); x++) { in tng_unpack_vsp_rec() 763 tmp_dstU += dstU_stride - ((src_width)); in tng_unpack_vsp_rec() 772 int src_width, int src_height, in tng_unpack_topaz_rec() argument 785 int mb_src_y_w = src_width >> 4; in tng_unpack_topaz_rec() [all …]
|
D | psb_output.h | 282 unsigned int src_width, 336 unsigned short src_width,
|
/hardware/intel/common/libva/va/ |
D | va_backend.h | 270 unsigned int src_width, 323 unsigned short src_width,
|
D | va.c | 1268 unsigned int src_width, in vaPutImage() argument 1280 …return ctx->vtable->vaPutImage ( ctx, surface, image, src_x, src_y, src_width, src_height, dest_x,… in vaPutImage() 1458 unsigned short src_width, in vaAssociateSubpicture() argument 1475 …picture ( ctx, subpicture, target_surfaces, num_surfaces, src_x, src_y, src_width, src_height, des… in vaAssociateSubpicture()
|
D | va.h | 2923 unsigned int src_width, 3074 unsigned short src_width,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_postproc.c | 363 const int src_width = src_widths[i] - 4; in vp9_denoise() local 370 src_height, src_width, ppl); in vp9_denoise()
|