Searched defs:dx (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddetokenize.c170 int vp8_decode_mb_tokens(VP8D_COMP *dx, MACROBLOCKD *x) argument
173 const FRAME_CONTEXT * const fc = &dx->common.fc;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemb.c294 int dx; local
328 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
329 d2 = dx*dx;
397 dx -= (dequant_ptr[rc] + sz) ^ sz;
398 d2 = dx*dx;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_postproc.c571 int dx; local
575 dx = *x1 - x0;
579 if (dx)
580 *y1 = ((width - x0) * dy) / dx + y0;
583 dx = *x1 - x0;
587 if (dx)
588 *y1 = ((0 - x0) * dy) / dx + y0;
591 dx = *x1 - x0;
596 *x1 = ((height - y0) * dx) / dy + x0;
599 dx
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemb.c158 int base_bits, d2, dx; local
186 dx = mul * (dqcoeff[rc] - coeff[rc]);
187 d2 = dx * dx;
241 dx -= (dequant_ptr[rc != 0] + sz) ^ sz;
242 d2 = dx * dx;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp176 float dx, dy; local
198 dx = (float)dst_w/(float)src_w;
201 if (dx > MAX_SCALE_FACTOR || dx < MIN_SCALE_FACTOR)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dpostproc.c675 int dx; local
680 dx = *x_1 - x_0;
684 if (dx)
685 *y_1 = ((width-x_0)*dy)/dx + y_0;
689 dx = *x_1 - x_0;
693 if (dx)
694 *y_1 = ((0-x_0)*dy)/dx + y_0;
698 dx = *x_1 - x_0;
703 *x_1 = ((height-y_0)*dx)/dy + x_0;
707 dx
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp314 float dx, dy; local
336 dx = (float)dst_w/(float)src_w;
339 if (dx > MAX_SCALE_FACTOR || dx < MIN_SCALE_FACTOR)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c2905 int dst_width, int dx) {
2914 x += dx;
3359 int dx, int src_stride,
3366 x += dx;
3384 static void ScaleAddCols2_C(int dst_width, int boxheight, int dx, argument
3387 int minboxwidth = (dx >> 16);
3397 x += dx;
3404 static void ScaleAddCols1_C(int dst_width, int boxheight, int dx, argument
3406 int boxwidth = (dx >> 16);
3429 int dx, d local
2904 ScaleFilterCols_C(uint8* dst_ptr, const uint8* src_ptr, int dst_width, int dx) argument
3358 ScalePlaneBoxRow(int dst_width, int boxheight, int dx, int src_stride, const uint8* src_ptr, uint8* dst_ptr) argument
3438 int dx = (src_width << 16) / dst_width; local
3507 int dx = (src_width << 16) / dst_width; local
3548 int dx; local
3614 int dx = (src_width << 16) / dst_width; local
[all...]
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_QCOMExtns.h108 OMX_S32 dx; 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
494 m[0][2] += dx;
907 ALOGD("#%d: %dx%d %dHz", i, mode_xres, mode_yres, d.modedb[i].refresh);
909 ALOGD(" score=0x%x adj.res=%dx%d", score, ext_fb_xres, ext_fb_yres);
1553 dump_printf(&log, " buff: %p %dx%d stride: %d\n",
1555 dump_printf(&log, " src: (%d,%d) %dx%d\n",
1557 dump_printf(&log, " dst: (%d,%d) %dx%d\n",
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c681 static inline void m_translate(float m[2][3], int dx, int dy) argument
683 m[0][2] += dx;
1073 sscanf(value, "%dx%d", &preferred_mode_xres,
1150 ALOGD("#%d: %dx%d %dHz flag 0x%x vmode 0x%x, score 0x%x",
1156 ALOGD(" score=0x%x adj.res=%dx%d", score, ext_fb_xres, ext_fb_yres);
1181 snprintf(display, sizeof(display), "%dx%d",
2102 dump_printf(&log, " enabled:%s buff:%p %dx%d stride:%d\n",
2105 dump_printf(&log, " src:(%d,%d) %dx%d dst:(%d,%d) %dx%d ix:%d zorder:%d\n",
2303 ALOGI("transforming FB (%dx
[all...]
/hardware/qcom/media/mm-core/inc/
H A DOMX_QCOMExtns.h126 OMX_S32 dx; member in struct:OMX_QCOMRectangle

Completed in 2028 milliseconds