Searched defs:yptr (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtemporal_filter.c50 unsigned char *yptr, *uptr, *vptr; local
53 yptr = y_mb_ptr + (mv_row >> 3) * stride + (mv_col >> 3);
57 x->subpixel_predict16x16(yptr, stride,
62 vp8_copy_mem16x16(yptr, stride, &pred[0], 16);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp92 char *yptr = NULL; local
94 yptr = strcasestr(property,"x");
96 int yres = atoi(yptr + 1);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp93 char *yptr = NULL; local
95 yptr = strcasestr(property,"x");
97 int yres_new = atoi(yptr + 1);

Completed in 147 milliseconds