HomeSort by relevance Sort by last modified time
    Searched refs:ref_row (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconinter.c 27 const uint8_t *ref_row = src - x - y * src_stride; local
30 ref_row += (h - 1) * src_stride;
32 ref_row += y * src_stride;
50 memset(dst, ref_row[0], left);
53 memcpy(dst + left, ref_row + x + left, copy);
56 memset(dst + left + copy, ref_row[w - 1], right);
62 ref_row += src_stride;
73 const uint16_t *ref_row = src - x - y * src_stride; local
76 ref_row += (h - 1) * src_stride;
78 ref_row += y * src_stride
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 27 const uint8_t *ref_row = src - x - y * src_stride; local
30 ref_row += (h - 1) * src_stride;
32 ref_row += y * src_stride;
50 memset(dst, ref_row[0], left);
53 memcpy(dst + left, ref_row + x + left, copy);
56 memset(dst + left + copy, ref_row[w - 1], right);
62 ref_row += src_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 27 const uint8_t *ref_row = src - x - y * src_stride; local
30 ref_row += (h - 1) * src_stride;
32 ref_row += y * src_stride;
50 memset(dst, ref_row[0], left);
53 memcpy(dst + left, ref_row + x + left, copy);
56 memset(dst + left + copy, ref_row[w - 1], right);
62 ref_row += src_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 892 int ref_row, ref_col; local
997 int ref_row, ref_col; local
1106 int ref_row; local
1355 int ref_row = ref_mv->row; local
1446 int ref_row = ref_mv->row; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 1072 int ref_row; local
1196 int ref_row; local
1351 int ref_row = ref_mv->as_mv.row; local
1447 int ref_row = ref_mv->as_mv.row; local
1581 int ref_row = ref_mv->as_mv.row; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1071 int ref_row; local
1195 int ref_row; local
1350 int ref_row = ref_mv->as_mv.row; local
1446 int ref_row = ref_mv->as_mv.row; local
1580 int ref_row = ref_mv->as_mv.row; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 1073 int ref_row; local
1197 int ref_row; local
1352 int ref_row = ref_mv->as_mv.row; local
1448 int ref_row = ref_mv->as_mv.row; local
1582 int ref_row = ref_mv->as_mv.row; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 892 int ref_row, ref_col; local
1089 int ref_row; local
1338 int ref_row = ref_mv->row; local
1429 int ref_row = ref_mv->row; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 1255 int ref_row; local
    [all...]

Completed in 1950 milliseconds