Home
last modified time | relevance | path

Searched refs:xs (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconinter.c73 int xs, int ys) { in inter_predictor() argument
76 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h); in inter_predictor()
178 int xs, ys, subpel_x, subpel_y; in build_inter_predictors() local
183 xs = sf->x_step_q4; in build_inter_predictors()
189 xs = ys = 16; in build_inter_predictors()
197 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys); in build_inter_predictors()
281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, in dec_build_inter_predictors() local
318 xs = sf->x_step_q4; in dec_build_inter_predictors()
331 xs = ys = 16; in dec_build_inter_predictors()
351 int x1 = ((x0_16 + (w - 1) * xs) >> SUBPEL_BITS) + 1; in dec_build_inter_predictors()
[all …]
/hardware/intel/bootstub/
Dbootstub.c84 char *xs = s; in memset() local
89 *(long *)xs = _c; in memset()
90 xs += 4; in memset()
94 *xs++ = c; in memset()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp2144 for (int32_t xs = dim.width - 1; xs >= 0; xs--) { in convertLegacyToRaw16() local
2145 uint32_t x = (uint32_t)xs; in convertLegacyToRaw16()
2187 for (int32_t xs = dim.width - 1; xs >= 0; xs--) { in convertMipiToRaw16() local
2188 uint32_t x = (uint32_t)xs; in convertMipiToRaw16()