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

  /external/chromium_org/remoting/base/
util.cc 67 int uv_offset = CalculateUVOffset(x, y, uv_stride);; local
71 u_plane + uv_offset, uv_stride,
72 v_plane + uv_offset, uv_stride,
101 int uv_offset = - CalculateUVOffset(source_buffer_rect.x(), local
121 uv_offset += CalculateUVOffset(inner_rect.x(), inner_rect.y(),
127 source_uplane + uv_offset, source_uvstride,
128 source_vplane + uv_offset, source_uvstride,
146 uv_offset += CalculateUVOffset(offset.x(), offset.y(), source_uvstride);
156 source_uplane + uv_offset,
157 source_vplane + uv_offset,
    [all...]
  /external/chromium_org/media/filters/
skcanvas_video_renderer.cc 150 size_t uv_offset = (video_frame->stride(media::VideoFrame::kUPlane) * local
155 video_frame->data(media::VideoFrame::kUPlane) + uv_offset;
157 video_frame->data(media::VideoFrame::kVPlane) + uv_offset;
206 size_t uv_offset = 0; local
216 uv_offset = (video_frame->stride(media::VideoFrame::kUPlane) *
224 video_frame->data(media::VideoFrame::kUPlane) + uv_offset,
225 video_frame->data(media::VideoFrame::kVPlane) + uv_offset,
238 video_frame->data(media::VideoFrame::kUPlane) + uv_offset,
239 video_frame->data(media::VideoFrame::kVPlane) + uv_offset,
252 video_frame->data(media::VideoFrame::kUPlane) + uv_offset,
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6venc.h 69 unsigned long uv_offset; member in struct:encode_param
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6venc.h 69 unsigned long uv_offset; member in struct:encode_param
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 274 size_t uv_offset = (video_frame->stride(media::VideoFrame::kUPlane) * local
279 video_frame->data(media::VideoFrame::kUPlane) + uv_offset;
281 video_frame->data(media::VideoFrame::kVPlane) + uv_offset;
  /external/chromium_org/remoting/codec/
video_decoder_vp8.cc 196 int uv_offset = CalculateUVOffset(source_rect.x(), local
200 last_image_->planes[1] + uv_offset,
201 last_image_->planes[2] + uv_offset,
  /external/chromium_org/third_party/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 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/chromium_org/media/base/simd/
convert_rgb_to_yuv_sse2.cc 255 __m128i uv_offset = _mm_slli_epi32(y_offset, 3); local
256 u_a_b = _mm_add_epi32(u_a_b, uv_offset);
269 v_a_b = _mm_add_epi32(v_a_b, uv_offset);
  /external/chromium_org/media/base/
video_util.cc 294 const int uv_offset = region_in_frame.x() / 2 local
299 frame->data(kU) + uv_offset,
300 frame->data(kV) + uv_offset,
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 28 int y_offset, int uv_offset)
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 57 int uv_offset)
  /external/chromium_org/third_party/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...]
  /external/webp/src/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...]
  /external/libvpx/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);
  /external/libvpx/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);
  /external/libvpx/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);
  /external/libvpx/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);
  /external/libvpx/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 656 milliseconds