Searched defs:ix (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c3364 int ix = x >> 16; local
3367 boxwidth = (x >> 16) - ix;
3368 *dst_ptr++ = SumBox(boxwidth, boxheight, src_stride, src_ptr + ix) /
3395 int ix = x >> 16; local
3398 boxwidth = (x >> 16) - ix;
3399 *dst_ptr++ = SumPixels(boxwidth, src_ptr + ix) * scaleptr[boxwidth] >> 16;
/hardware/ti/omap4-aah/kernel-headers-ti/video/
H A Ddsscomp.h234 __u8 ix; member in struct:dss2_ovl_cfg
285 __u32 ix; member in struct:dss2_mgr_info
347 __u32 ix; member in struct:dsscomp_display_info
366 __u32 ix; member in struct:dsscomp_setup_display_data
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c203 mi->ix,
213 c->ix, c->enabled ? "ON" : "off", c->zorder);
216 c->ix, c->enabled ? "ON" : "off", c->zorder, DSS_FMT(c->color_mode),
273 dump_printf(&log, "%d=", dsscomp->ovls[i].cfg.ix);
441 oc->ix = 0;
843 } d = { .dis = { .ix = 1 } };
920 struct dsscomp_setup_display_data sdis = { .ix = 1, };
1105 static int clone_layer(omap4_hwc_device_t *hwc_dev, int ix) { argument
1112 ALOGE("**** cannot clone layer #%d. using all %d overlays.", ix, dsscomp->num_ovls);
1116 memcpy(o, dsscomp->ovls + ix, sizeo
1132 clone_external_layer(omap4_hwc_device_t *hwc_dev, int ix) argument
1228 unsigned int i, ix; local
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c292 mi->ix,
302 c->ix, c->enabled ? "ON" : "off", c->zorder);
305 c->ix, c->enabled ? "ON" : "off", c->zorder, DSS_FMT(c->color_mode),
369 dump_printf(&log, "%d=", dsscomp->ovls[i].cfg.ix);
630 oc->ix = 0;
1041 } d = { .dis = { .ix = dis_ix } };
1167 struct dsscomp_setup_display_data sdis = { .ix = dis_ix, };
1368 static int clone_layer(omap4_hwc_device_t *hwc_dev, int ix) { argument
1375 ALOGE("**** cannot clone layer #%d. using all %d overlays.", ix, dsscomp->num_ovls);
1379 memcpy(o, dsscomp->ovls + ix, sizeo
1408 clone_external_layer(omap4_hwc_device_t *hwc_dev, int ix) argument
1670 unsigned int i, ix; local
[all...]

Completed in 442 milliseconds