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

  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 222 int mi_offset, y_offset, uv_offset; local
240 uv_offset = 16;
244 uv_offset = 8;
261 mfqe_block(bs_tmp, y + y_offset, u + uv_offset, v + uv_offset,
262 y_stride, uv_stride, yd + y_offset, ud + uv_offset,
263 vd + uv_offset, yd_stride, uvd_stride, qdiff);
267 mfqe_block(bs_tmp, y + y_offset * y_stride, u + uv_offset * uv_stride,
268 v + uv_offset * uv_stride, y_stride, uv_stride,
269 yd + y_offset * yd_stride, ud + uv_offset * uvd_stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
denoising_sse2.c 28 int y_offset, int uv_offset)
37 (void)uv_offset;
  /external/webp/src/enc/
picture_rescale.c 136 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; local
139 WebPCopyPlane(pic->u + uv_offset, pic->uv_stride,
141 WebPCopyPlane(pic->v + uv_offset, pic->uv_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 51 int y_offset, int uv_offset) {
  /external/opencv3/3rdparty/libwebp/dec/
frame.c 171 const int uv_offset = ctx->id_ * 8 * dec->cache_uv_stride_; local
173 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset;
174 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset;
192 io->u = dec->cache_u_ + uv_offset;
193 io->v = dec->cache_v_ + uv_offset;
676 const int uv_offset = dec->cache_id_ * 8 * dec->cache_uv_stride_; local
678 uint8_t* const u_out = dec->cache_u_ + dec->mb_x_ * 8 + uv_offset;
679 uint8_t* const v_out = dec->cache_v_ + dec->mb_x_ * 8 + uv_offset;
  /external/webp/src/dec/
frame.c 178 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; local
180 uint8_t* const u_out = dec->cache_u_ + mb_x * 8 + uv_offset;
181 uint8_t* const v_out = dec->cache_v_ + mb_x * 8 + uv_offset;
421 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; local
423 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset;
424 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset;
451 io->u = dec->cache_u_ + uv_offset;
452 io->v = dec->cache_v_ + uv_offset;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.c 57 int uv_offset)
68 (void)uv_offset;
  /external/libyuv/files/util/
psnr_main.cc 242 const int uv_offset = (do_swap_uv ? uv_size : 0); local
243 const uint8* const u_org = ch_org + y_size + uv_offset;
245 const uint8* const v_org = ch_org + y_size + (uv_size - uv_offset);
  /external/opencv3/3rdparty/libwebp/enc/
picture.c 334 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; local
337 CopyPlane(pic->u + uv_offset, pic->uv_stride,
339 CopyPlane(pic->v + uv_offset, pic->uv_stride,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 289 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 289 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 307 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 99 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
100 int vp8_denoiser_filter_sse2(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
101 RTCD_EXTERN int (*vp8_denoiser_filter)(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 332 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 386 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);

Completed in 444 milliseconds