HomeSort by relevance Sort by last modified time
    Searched refs:dst_h (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/libvpx/libvpx/vp9/encoder/
vp9_frame_scale.c 75 const int dst_h = dst_hs[i]; local
78 for (y = 0; y < dst_h; y += 3) {
93 const int dst_h = dst->y_crop_height; local
98 for (y = 0; y < dst_h; y += 16) {
99 const int y_q4 = y * (16 / factor) * src_h / dst_h + phase_scaler;
103 (y / factor) * src_h / dst_h * src_stride +
109 16 * src_h / dst_h, 16 / factor, 16 / factor);
  /external/libdrm/exynos/
exynos_fimg2d.c 511 unsigned int src_w, src_h, dst_w, dst_h; local
521 dst_h = w;
525 dst_h = dst->height - dst_y;
528 h = MIN(src_h, dst_h);
595 unsigned int src_w, src_h, dst_w, dst_h; local
605 dst_h = w;
609 dst_h = img->height - dst_y;
612 h = MIN(src_h, dst_h);
680 * @dst_h: height value to destination buffer.
690 unsigned int dst_h, unsigned int negative
803 unsigned int src_w, src_h, dst_w, dst_h; local
    [all...]
exynos_fimg2d.h 310 unsigned int dst_h, unsigned int negative);
318 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h,
  /hardware/intel/img/psb_video/src/
psb_texture.h 138 int src_h, int dst_x, int dst_y, int dst_w, int dst_h,
144 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
psb_texture.c 341 static void psb_calculate_subpic_size(int surf_width, int surf_height, int dst_w, int dst_h, PsbVASurfaceRec *surface_subpic)
348 src_v_ratio = (float)surf_height / dst_h;
354 subpic_v_dest_ratio = (float)dst_h / surface_subpic->subpic_dsth;
526 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
594 (dst_w * dst_h * 2),
609 sBltVP.sDst.SurfHeight = dst_h;
630 sBltVP.rcDest.bottom = dst_y + dst_h;
641 psb_calculate_subpic_size(obj_surface->width, obj_surface->height, dst_w, dst_h, surface_subpic);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 33 const int dst_w, const int dst_h) {
36 int y = dst_h;
55 const int dst_w, const int dst_h) {
58 int y = dst_h;
93 const int dst_w, const int dst_h,
96 int y = dst_h;
133 const int dst_w, const int dst_h,
136 int y = dst_h;
756 const int dst_h = dst->y_crop_height; local
758 const int dst_uv_h = dst_h / 2
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 117 int dst_h,
127 if (dst_w == 0 || dst_h == 0)
141 scale_y = (float)src_h / (float)dst_h;
xa_context.h 61 int dst_h,
  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 88 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; local
90 if (!(dst_w || dst_h))
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 88 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; local
90 if (!(dst_w || dst_h))
  /hardware/qcom/display/msm8994/libqdutils/
cb_utils.cpp 90 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; local
92 if (!(dst_w || dst_h))
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 712 const int dst_h = dst->y_crop_height; local
714 const int dst_uv_h = dst_h / 2;
720 if (2 * dst_w == src_w && 2 * dst_h == src_h) {
725 dst->y_stride, dst_w, dst_h);
734 dst->y_stride, dst_w, dst_h, c0, c1);
741 const int buffer_height = (2 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7;
747 dst_h, vp9_filter_kernels[filter_type][phase_scaler], temp_buffer);
761 } else if (4 * dst_w == src_w && 4 * dst_h == src_h) {
766 dst->y_stride, dst_w, dst_h);
775 dst->y_stride, dst_w, dst_h, c0, c1)
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 252 const int& dst_w, const int& dst_h) {
259 if (dst_w && dst_h)
261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
282 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
287 float verDscale = ceilf((float)src_h / (float)dst_h);
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 258 const int& dst_w, const int& dst_h) {
265 if (dst_w && dst_h)
267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
288 const int& dst_w, const int& dst_h, float& horDscale,
291 verDscale = ceilf((float)src_h / (float)dst_h);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_copyimage.c 555 unsigned dst_h = src_h; local
560 dst_h = DIV_ROUND_UP(dst_h, 4);
563 dst_h *= 4;
577 dst_x, dst_y, dst_w, dst_h,
582 dst_x, dst_y, dst_w, dst_h,
  /external/drm_hwcomposer/
platformnv.cpp 293 auto dst_h = layer->display_frame.height(); local
328 std::swap(dst_w, dst_h);
331 if (((src_w / dst_w) > h_limit) || ((src_h / dst_h) > v_limit))
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 184 const int& dst_w, const int& dst_h) {
194 if (dst_w && dst_h)
196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdpRot.cpp 292 const int& dst_w, const int& dst_h, const uint32_t& /*mdpFormat*/,
300 if (dst_w && dst_h)
302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
overlayUtils.cpp 273 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
278 float verDscale = ceilf((float)src_h / (float)dst_h);
  /external/libxcam/modules/ocl/
cl_fisheye_handler.cpp 94 uint32_t dst_w, dst_h; local
96 _handler->get_output_size (dst_w, dst_h);
98 out_center[1] = (float)dst_h / 2.0f;
102 radian_per_pixel[1] = degree2radian (dst_range_y) / (float)dst_h;
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_pproc.h 135 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_pproc.h 122 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8998/kernel-headers/media/
msmb_pproc.h 136 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8998/original-kernel-headers/media/
msmb_pproc.h 123 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
  /external/mesa3d/src/mesa/main/
copyimage.c 465 GLuint src_w, src_h, dst_w, dst_h; local
494 &dstIntFormat, &dst_w, &dst_h, &dst_num_samples, "dst"))

Completed in 728 milliseconds

1 2 3