Home
last modified time | relevance | path

Searched refs:ys (Results 1 – 2 of 2) 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
184 ys = sf->y_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
319 ys = sf->y_step_q4; in dec_build_inter_predictors()
331 xs = ys = 16; in dec_build_inter_predictors()
352 int y1 = ((y0_16 + (h - 1) * ys) >> SUBPEL_BITS) + 1; in dec_build_inter_predictors()
[all …]
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp2140 for (int32_t ys = dim.height - 1; ys >= 0; ys--) { in convertLegacyToRaw16() local
2141 uint32_t y = (uint32_t)ys; in convertLegacyToRaw16()
2183 for (int32_t ys = dim.height - 1; ys >= 0; ys--) { in convertMipiToRaw16() local
2184 uint32_t y = (uint32_t)ys; in convertMipiToRaw16()