Searched defs:y_0 (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/enc/ |
D | picture_psnr.c | 32 const int y_0 = (y - RADIUS < 0) ? 0 : y - RADIUS; in AccumulateLSIM() local
|
/external/chromium_org/third_party/libwebp/enc/ |
D | picture_psnr.c | 32 const int y_0 = (y - RADIUS < 0) ? 0 : y - RADIUS; in AccumulateLSIM() local
|
/external/chromium_org/third_party/opus/src/celt/ |
D | pitch.h | 63 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel() local
|
/external/libopus/celt/ |
D | pitch.h | 63 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
D | mcomp.c | 241 … 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/ |
D | mcomp.c | 240 … 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/ |
D | postproc.c | 673 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/ |
D | postproc.c | 677 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) in constrain_line()
|