Searched refs:uv_offset (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/remoting/base/
H A Dutil.cc76 int uv_offset = - CalculateUVOffset(source_buffer_rect.left(), local
95 uv_offset += CalculateUVOffset(inner_rect.left(), inner_rect.top(),
101 source_uplane + uv_offset, source_uvstride,
102 source_vplane + uv_offset, source_uvstride,
119 uv_offset += CalculateUVOffset(offset.x(), offset.y(), source_uvstride);
130 source_uplane + uv_offset,
131 source_vplane + uv_offset,
148 source_uplane + uv_offset,
149 source_vplane + uv_offset,
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer.cc90 size_t uv_offset = 0; local
100 uv_offset = (video_frame->stride(media::VideoFrame::kUPlane) *
111 video_frame->data(media::VideoFrame::kUPlane) + uv_offset,
113 video_frame->data(media::VideoFrame::kVPlane) + uv_offset,
124 video_frame->data(media::VideoFrame::kUPlane) + uv_offset,
125 video_frame->data(media::VideoFrame::kVPlane) + uv_offset,
139 video_frame->data(media::VideoFrame::kUPlane) + uv_offset,
141 video_frame->data(media::VideoFrame::kVPlane) + uv_offset,
155 video_frame->data(media::VideoFrame::kUPlane) + uv_offset,
156 video_frame->data(media::VideoFrame::kVPlane) + uv_offset,
[all...]
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.cc244 int uv_offset = CalculateUVOffset(source_rect.left(), source_rect.top(), local
247 last_image_->planes[1] + uv_offset,
248 last_image_->planes[2] + uv_offset,
H A Dvideo_encoder_vpx.cc414 int uv_offset = uv_stride * rect.top() / 2 + rect.left() / 2; local
417 u_data + uv_offset, uv_stride,
418 v_data + uv_offset, uv_stride,
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_rescale.c146 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; local
149 CopyPlane(pic->u + uv_offset, pic->uv_stride,
151 CopyPlane(pic->v + uv_offset, pic->uv_stride,
/external/webp/src/enc/
H A Dpicture_rescale.c146 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; local
149 CopyPlane(pic->u + uv_offset, pic->uv_stride,
151 CopyPlane(pic->v + uv_offset, pic->uv_stride,
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Ddenoising_neon.c51 int y_offset, int uv_offset) {
48 vp8_denoiser_filter_neon(YV12_BUFFER_CONFIG *mc_running_avg, YV12_BUFFER_CONFIG *running_avg, MACROBLOCK *signal, unsigned int motion_magnitude, int y_offset, int uv_offset) argument
/external/chromium_org/third_party/libwebp/dec/
H A Dframe.c254 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; local
256 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset;
257 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset;
284 io->u = dec->cache_u_ + uv_offset;
285 io->v = dec->cache_v_ + uv_offset;
812 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; local
814 uint8_t* const u_out = dec->cache_u_ + mb_x * 8 + uv_offset;
815 uint8_t* const v_out = dec->cache_v_ + mb_x * 8 + uv_offset;
/external/webp/src/dec/
H A Dframe.c254 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; local
256 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset;
257 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset;
284 io->u = dec->cache_u_ + uv_offset;
285 io->v = dec->cache_v_ + uv_offset;
812 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; local
814 uint8_t* const u_out = dec->cache_u_ + mb_x * 8 + uv_offset;
815 uint8_t* const v_out = dec->cache_v_ + mb_x * 8 + uv_offset;
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_sse2.cc268 __m128i uv_offset = _mm_slli_epi32(y_offset, 3); local
269 u_a_b = _mm_add_epi32(u_a_b, uv_offset);
282 v_a_b = _mm_add_epi32(v_a_b, uv_offset);
/external/chromium_org/media/base/
H A Dvideo_util.cc309 const int uv_offset = region_in_frame.x() / 2 local
314 frame->data(kU) + uv_offset,
315 frame->data(kV) + uv_offset,
/external/libvpx/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c28 int y_offset, int uv_offset)
25 vp8_denoiser_filter_sse2(YV12_BUFFER_CONFIG *mc_running_avg, YV12_BUFFER_CONFIG *running_avg, MACROBLOCK *signal, unsigned int motion_magnitude, int y_offset, int uv_offset) argument
/external/chromium_org/third_party/libyuv/util/
H A Dpsnr_main.cc242 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/libvpx/libvpx/vp8/encoder/
H A Ddenoising.c57 int uv_offset)
54 vp8_denoiser_filter_c(YV12_BUFFER_CONFIG *mc_running_avg, YV12_BUFFER_CONFIG *running_avg, MACROBLOCK *signal, unsigned int motion_magnitude, int y_offset, int uv_offset) argument
/external/libvpx/generic/
H A Dvp8_rtcd.h65 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/
H A Dvp8_rtcd.h65 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/
H A Dvp8_rtcd.h69 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/
H A Dvp8_rtcd.h81 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);
82 int vp8_denoiser_filter_neon(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/x86/
H A Dvp8_rtcd.h94 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);
95 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);
/external/libvpx/armv7a/
H A Dvp8_rtcd.h73 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 660 milliseconds