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

  /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/libvpx/libvpx/vp8/encoder/
mcomp.c 1079 int ref_row; local
1203 int ref_row; local
1358 int ref_row = ref_mv->as_mv.row; local
1453 int ref_row = ref_mv->as_mv.row; local
1586 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/decoder/
vp9_decodeframe.c 415 const uint8_t *ref_row = src - x - y * src_stride; local
418 ref_row += (h - 1) * src_stride;
420 ref_row += y * src_stride;
438 memset(dst, ref_row[0], left);
441 memcpy(dst + left, ref_row + x + left, copy);
444 memset(dst + left + copy, ref_row[w - 1], right);
450 ref_row += src_stride;
461 const uint16_t *ref_row = src - x - y * src_stride; local
464 ref_row += (h - 1) * src_stride;
466 ref_row += y * src_stride
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1618 int ref_row; local
    [all...]

Completed in 178 milliseconds