Home
last modified time | relevance | path

Searched refs:y_0 (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c673 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) in constrain_line() argument
681 dy = *y_1 - y_0; in constrain_line()
685 *y_1 = ((width-x_0)*dy)/dx + y_0; in constrain_line()
690 dy = *y_1 - y_0; in constrain_line()
694 *y_1 = ((0-x_0)*dy)/dx + y_0; in constrain_line()
699 dy = *y_1 - y_0; in constrain_line()
703 *x_1 = ((height-y_0)*dx)/dy + x_0; in constrain_line()
708 dy = *y_1 - y_0; in constrain_line()
712 *x_1 = ((0-y_0)*dx)/dy + x_0; in constrain_line()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c240 … unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_sub_pixel_step_iteratively() local
251 … vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2); in vp8_find_best_sub_pixel_step_iteratively()
382 … unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_sub_pixel_step() local
387 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_sub_pixel_step()
693 … unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_half_pixel_step() local
698 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_half_pixel_step()