Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c1079 int ref_row; in vp8_diamond_search_sad_c() local
1096 ref_row = ref_mv->as_mv.row; in vp8_diamond_search_sad_c()
1099 best_mv->as_mv.row = ref_row; in vp8_diamond_search_sad_c()
1103 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col); in vp8_diamond_search_sad_c()
1203 int ref_row; in vp8_diamond_search_sadx4() local
1220 ref_row = ref_mv->as_mv.row; in vp8_diamond_search_sadx4()
1223 best_mv->as_mv.row = ref_row; in vp8_diamond_search_sadx4()
1227 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col); in vp8_diamond_search_sadx4()
1358 int ref_row = ref_mv->as_mv.row; in vp8_full_search_sad_c() local
1361 int row_min = ref_row - distance; in vp8_full_search_sad_c()
[all …]
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c415 const uint8_t *ref_row = src - x - y * src_stride; in build_mc_border() local
418 ref_row += (h - 1) * src_stride; in build_mc_border()
420 ref_row += y * src_stride; in build_mc_border()
438 memset(dst, ref_row[0], left); in build_mc_border()
441 memcpy(dst + left, ref_row + x + left, copy); in build_mc_border()
444 memset(dst + left + copy, ref_row[w - 1], right); in build_mc_border()
450 ref_row += src_stride; in build_mc_border()
461 const uint16_t *ref_row = src - x - y * src_stride; in high_build_mc_border() local
464 ref_row += (h - 1) * src_stride; in high_build_mc_border()
466 ref_row += y * src_stride; in high_build_mc_border()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1618 int ref_row; in vp9_diamond_search_sad_c() local
1631 ref_row = ref_mv->row; in vp9_diamond_search_sad_c()
1634 best_mv->row = ref_row; in vp9_diamond_search_sad_c()
1638 in_what = xd->plane[0].pre[0].buf + ref_row * in_what_stride + ref_col; in vp9_diamond_search_sad_c()