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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 132 static int raster_block_offset(BLOCK_SIZE plane_bsize, function
142 return base + raster_block_offset(plane_bsize, raster_block, stride);
651 const uint8_t *src_init = &p->src.buf[raster_block_offset(BLOCK_8X8, ib,
653 uint8_t *dst_init = &pd->dst.buf[raster_block_offset(BLOCK_8X8, ib,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 140 static int raster_block_offset(BLOCK_SIZE plane_bsize, function
150 return base + raster_block_offset(plane_bsize, raster_block, stride);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 140 static int raster_block_offset(BLOCK_SIZE plane_bsize, function
150 return base + raster_block_offset(plane_bsize, raster_block, stride);
    [all...]

Completed in 39 milliseconds