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

1 2 3

  /external/libvpx/libvpx/vp9/encoder/
vp9_frame_scale.c 22 const int src_h = src->y_crop_height; local
37 4 * dst->y_crop_height == 3 * src_h) {
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
514 src_h = h;
518 src_h = src->height - src_y;
528 h = MIN(src_h, dst_h);
595 unsigned int src_w, src_h, dst_w, dst_h; local
598 src_h = h;
602 src_h = img->height - src_y;
612 h = MIN(src_h, dst_h);
676 * @src_h: height value to source buffer.
688 unsigned int src_h, unsigned int dst_x
803 unsigned int src_w, src_h, dst_w, dst_h; local
    [all...]
exynos_fimg2d.h 308 unsigned int src_h, unsigned int dst_x,
317 unsigned int src_w, unsigned int src_h, unsigned int dst_x,
  /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_overlay.c 415 short src_w, short src_h, short drw_w, short drw_h,
610 if (src_w == drw_w && src_h == drw_h) {
615 yscaleFract = ((src_h - 1) << 12) / (deinterlace_factor * drw_h);
855 int src_w = *src_w_new, src_h = *src_h_new; local
877 src_w = src_h;
878 src_h = tmp;
900 src_w = src_h;
901 src_h = tmp;
919 *src_h_new = src_h;
930 short __maybe_unused src_w, short __maybe_unused src_h,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.h 57 int src_h,
xa_yuv.c 113 int src_h,
141 scale_y = (float)src_h / (float)dst_h;
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 251 int getDownscaleFactor(const int& src_w, const int& src_h,
261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
281 void getDecimationFactor(const int& src_w, const int& src_h,
287 float verDscale = ceilf((float)src_h / (float)dst_h);
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 74 unsigned short src_h,
89 src_rect.height = src_h;
94 dst_rect.height = src_h;
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 675 const int src_w, const int src_h,
703 y = src_h;
754 const int src_h = src->y_crop_height; local
764 if (dst_w * 2 == src_w && dst_h * 2 == src_h) {
807 } else if (4 * dst_w == src_w && 4 * dst_h == src_h) {
    [all...]
  /external/mesa3d/src/mesa/main/
copyimage.c 465 GLuint src_w, src_h, dst_w, dst_h; local
489 &srcIntFormat, &src_w, &src_h, &src_num_samples, "src"))
523 (srcHeight % src_bh != 0 && (srcY + srcHeight) != src_h)) {
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 257 int getDownscaleFactor(const int& src_w, const int& src_h,
267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
287 void getDecimationFactor(const int& src_w, const int& src_h,
291 verDscale = ceilf((float)src_h / (float)dst_h);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_copyimage.c 544 int src_w, int src_h)
555 unsigned dst_h = src_h;
556 unsigned lines = src_h;
590 src_x, src_y, src_w, src_h,
595 src_x, src_y, src_w, src_h,
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_pproc.h 132 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_pproc.h 120 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8998/kernel-headers/media/
msmb_pproc.h 134 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8998/original-kernel-headers/media/
msmb_pproc.h 121 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /external/drm_hwcomposer/
platformnv.cpp 291 auto src_h = layer->source_crop.height(); local
331 if (((src_w / dst_w) > h_limit) || ((src_h / dst_h) > v_limit))
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 183 int getDownscaleFactor(const int& src_w, const int& src_h,
196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdpRot.cpp 291 int MdpRot::getDownscaleFactor(const int& src_w, const int& src_h,
302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
overlayUtils.cpp 272 void getDecimationFactor(const int& src_w, const int& src_h,
278 float verDscale = ceilf((float)src_h / (float)dst_h);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 175 int dst_h, dst_w, src_h, src_w; local
183 src_h = sourceCrop.right - sourceCrop.left;
186 src_h = sourceCrop.bottom - sourceCrop.top;
192 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
195 __FUNCTION__, dst_w,src_w,dst_h,src_h);
199 dy = (float)dst_h/(float)src_h;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 313 int dst_h, dst_w, src_h, src_w; local
321 src_h = sourceCrop.right - sourceCrop.left;
324 src_h = sourceCrop.bottom - sourceCrop.top;
330 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
333 __FUNCTION__, dst_w,src_w,dst_h,src_h);
337 dy = (float)dst_h/(float)src_h;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 317 int dst_h, dst_w, src_h, src_w; local
328 src_h = sourceCrop.right - sourceCrop.left;
331 src_h = sourceCrop.bottom - sourceCrop.top;
337 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
340 __FUNCTION__, dst_w,src_w,dst_h,src_h);
344 dy = (float)dst_h/(float)src_h;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 710 const int src_h = src->y_crop_height; local
720 if (2 * dst_w == src_w && 2 * dst_h == src_h) {
761 } else if (4 * dst_w == src_w && 4 * dst_h == src_h) {
802 } else if (4 * dst_w == 3 * src_w && 4 * dst_h == 3 * src_h) {

Completed in 609 milliseconds

1 2 3