Home
last modified time | relevance | path

Searched defs:y_0 (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/enc/
Dpicture_psnr.c32 const int y_0 = (y - RADIUS < 0) ? 0 : y - RADIUS; in AccumulateLSIM() local
/external/chromium_org/third_party/libwebp/enc/
Dpicture_psnr.c32 const int y_0 = (y - RADIUS < 0) ? 0 : y - RADIUS; in AccumulateLSIM() local
/external/chromium_org/third_party/opus/src/celt/
Dpitch.h63 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel() local
/external/libopus/celt/
Dpitch.h63 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Dmcomp.c241 … 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
383 … 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
694 … 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
/external/libvpx/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
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
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
/external/libvpx/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()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
Dpostproc.c677 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) in constrain_line()