Searched defs:dy (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_postproc.c572 int dy; local
576 dy = *y1 - y0;
580 *y1 = ((width - x0) * dy) / dx + y0;
584 dy = *y1 - y0;
588 *y1 = ((0 - x0) * dy) / dx + y0;
592 dy = *y1 - y0;
595 if (dy)
596 *x1 = ((height - y0) * dx) / dy + x0;
600 dy = *y1 - y0;
603 if (dy)
[all...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp176 float dx, dy; local
199 dy = (float)dst_h/(float)src_h;
204 if (dy > MAX_SCALE_FACTOR || dy < MIN_SCALE_FACTOR)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dpostproc.c676 int dy; local
681 dy = *y_1 - y_0;
685 *y_1 = ((width-x_0)*dy)/dx + y_0;
690 dy = *y_1 - y_0;
694 *y_1 = ((0-x_0)*dy)/dx + y_0;
699 dy = *y_1 - y_0;
702 if (dy)
703 *x_1 = ((height-y_0)*dx)/dy + x_0;
708 dy = *y_1 - y_0;
711 if (dy)
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp314 float dx, dy; local
337 dy = (float)dst_h/(float)src_h;
342 if (dy > MAX_SCALE_FACTOR || dy < MIN_SCALE_FACTOR)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c3429 int dx, dy; local
3432 dy = (src_height << 16) / dst_height;
3437 int dy = (src_height << 16) / dst_height; local
3445 y += dy;
3485 y += dy;
3508 int dy = (src_height << 16) / dst_height; local
3533 y += dy;
3547 int dy; local
3551 dy = (src_height << 16) / dst_height;
3594 y += dy;
[all...]
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_QCOMExtns.h109 OMX_S32 dy; member in struct:OMX_QCOMRectangle
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c492 static inline void m_translate(float m[2][3], int dx, int dy) argument
495 m[1][2] += dy;
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c681 static inline void m_translate(float m[2][3], int dx, int dy) argument
684 m[1][2] += dy;
/hardware/qcom/media/mm-core/inc/
H A DOMX_QCOMExtns.h127 OMX_S32 dy; member in struct:OMX_QCOMRectangle

Completed in 689 milliseconds