/external/chromium_org/media/filters/ |
D | skcanvas_video_renderer.cc | 90 size_t uv_offset = 0; in ConvertVideoFrameToRGBPixels() local 100 uv_offset = (video_frame->stride(media::VideoFrame::kUPlane) * in ConvertVideoFrameToRGBPixels() 111 video_frame->data(media::VideoFrame::kUPlane) + uv_offset, in ConvertVideoFrameToRGBPixels() 113 video_frame->data(media::VideoFrame::kVPlane) + uv_offset, in ConvertVideoFrameToRGBPixels() 124 video_frame->data(media::VideoFrame::kUPlane) + uv_offset, in ConvertVideoFrameToRGBPixels() 125 video_frame->data(media::VideoFrame::kVPlane) + uv_offset, in ConvertVideoFrameToRGBPixels() 139 video_frame->data(media::VideoFrame::kUPlane) + uv_offset, in ConvertVideoFrameToRGBPixels() 141 video_frame->data(media::VideoFrame::kVPlane) + uv_offset, in ConvertVideoFrameToRGBPixels() 155 video_frame->data(media::VideoFrame::kUPlane) + uv_offset, in ConvertVideoFrameToRGBPixels() 156 video_frame->data(media::VideoFrame::kVPlane) + uv_offset, in ConvertVideoFrameToRGBPixels() [all …]
|
/external/chromium_org/remoting/base/ |
D | util.cc | 76 int uv_offset = - CalculateUVOffset(source_buffer_rect.left(), in ConvertAndScaleYUVToRGB32Rect() local 95 uv_offset += CalculateUVOffset(inner_rect.left(), inner_rect.top(), in ConvertAndScaleYUVToRGB32Rect() 101 source_uplane + uv_offset, source_uvstride, in ConvertAndScaleYUVToRGB32Rect() 102 source_vplane + uv_offset, source_uvstride, in ConvertAndScaleYUVToRGB32Rect() 119 uv_offset += CalculateUVOffset(offset.x(), offset.y(), source_uvstride); in ConvertAndScaleYUVToRGB32Rect() 130 source_uplane + uv_offset, in ConvertAndScaleYUVToRGB32Rect() 131 source_vplane + uv_offset, in ConvertAndScaleYUVToRGB32Rect() 148 source_uplane + uv_offset, in ConvertAndScaleYUVToRGB32Rect() 149 source_vplane + uv_offset, in ConvertAndScaleYUVToRGB32Rect()
|
/external/webp/src/dec/ |
D | frame.c | 254 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in FinishRow() local 256 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow() 257 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; in FinishRow() 284 io->u = dec->cache_u_ + uv_offset; in FinishRow() 285 io->v = dec->cache_v_ + uv_offset; in FinishRow() 812 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in ReconstructRow() local 814 uint8_t* const u_out = dec->cache_u_ + mb_x * 8 + uv_offset; in ReconstructRow() 815 uint8_t* const v_out = dec->cache_v_ + mb_x * 8 + uv_offset; in ReconstructRow()
|
/external/chromium_org/third_party/libwebp/dec/ |
D | frame.c | 254 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in FinishRow() local 256 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow() 257 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; in FinishRow() 284 io->u = dec->cache_u_ + uv_offset; in FinishRow() 285 io->v = dec->cache_v_ + uv_offset; in FinishRow() 812 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in ReconstructRow() local 814 uint8_t* const u_out = dec->cache_u_ + mb_x * 8 + uv_offset; in ReconstructRow() 815 uint8_t* const v_out = dec->cache_v_ + mb_x * 8 + uv_offset; in ReconstructRow()
|
/external/chromium_org/third_party/libwebp/enc/ |
D | picture_rescale.c | 146 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; in WebPPictureCrop() local 149 CopyPlane(pic->u + uv_offset, pic->uv_stride, in WebPPictureCrop() 151 CopyPlane(pic->v + uv_offset, pic->uv_stride, in WebPPictureCrop()
|
/external/chromium_org/remoting/codec/ |
D | video_decoder_vpx.cc | 244 int uv_offset = CalculateUVOffset(source_rect.left(), source_rect.top(), in RenderFrame() local 247 last_image_->planes[1] + uv_offset, in RenderFrame() 248 last_image_->planes[2] + uv_offset, in RenderFrame()
|
D | video_encoder_vpx.cc | 414 int uv_offset = uv_stride * rect.top() / 2 + rect.left() / 2; in PrepareImage() local 417 u_data + uv_offset, uv_stride, in PrepareImage() 418 v_data + uv_offset, uv_stride, in PrepareImage()
|
/external/webp/src/enc/ |
D | picture_rescale.c | 146 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; in WebPPictureCrop() local 149 CopyPlane(pic->u + uv_offset, pic->uv_stride, in WebPPictureCrop() 151 CopyPlane(pic->v + uv_offset, pic->uv_stride, in WebPPictureCrop()
|
/external/chromium_org/media/base/simd/ |
D | convert_rgb_to_yuv_sse2.cc | 268 __m128i uv_offset = _mm_slli_epi32(y_offset, 3); in ConvertRGB32ToYUVRow_SSE2() local 269 u_a_b = _mm_add_epi32(u_a_b, uv_offset); in ConvertRGB32ToYUVRow_SSE2() 282 v_a_b = _mm_add_epi32(v_a_b, uv_offset); in ConvertRGB32ToYUVRow_SSE2()
|
/external/chromium_org/media/base/ |
D | video_util.cc | 309 const int uv_offset = region_in_frame.x() / 2 in CopyRGBToVideoFrame() local 314 frame->data(kU) + uv_offset, in CopyRGBToVideoFrame() 315 frame->data(kV) + uv_offset, in CopyRGBToVideoFrame()
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | denoising_neon.c | 51 int y_offset, int uv_offset) { in vp8_denoiser_filter_neon() argument
|
/external/chromium_org/third_party/libyuv/util/ |
D | psnr_main.cc | 242 const int uv_offset = (do_swap_uv ? uv_size : 0); in UpdateMetrics() local 243 const uint8* const u_org = ch_org + y_size + uv_offset; in UpdateMetrics() 245 const uint8* const v_org = ch_org + y_size + (uv_size - uv_offset); in UpdateMetrics()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | denoising_sse2.c | 28 int y_offset, int uv_offset) in vp8_denoiser_filter_sse2() argument
|
/external/libvpx/libvpx/vp8/encoder/ |
D | denoising.c | 57 int uv_offset) in vp8_denoiser_filter_c() argument
|
/external/libvpx/armv7a-neon/ |
D | vp8_rtcd.h | 80 …nning_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset); 81 …nning_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
|
/external/libvpx/x86/ |
D | vp8_rtcd.h | 94 …nning_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset); 95 …nning_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
|
/external/libvpx/generic/ |
D | vp8_rtcd.h | 65 …nning_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
|
/external/libvpx/mips/ |
D | vp8_rtcd.h | 65 …nning_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
|
/external/libvpx/mips-dspr2/ |
D | vp8_rtcd.h | 69 …nning_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
|
/external/libvpx/armv7a/ |
D | vp8_rtcd.h | 73 …nning_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
|