Home
last modified time | relevance | path

Searched refs:stride_uv (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_subpel_gen.c219 WORD32 stride, stride_uv, wd, ht, wd_uv, ht_uv, pad_x, pad_y, pad_subpel_x, pad_subpel_y; in ihevce_pad_interp_recon_ctb() local
250 stride_uv = ps_pad_interp_recon->i4_chrm_recon_stride; in ihevce_pad_interp_recon_ctb()
255 (vert_ctr * (ctb_size >> (0 == u1_is_422)) * stride_uv) + (ctb_ctr * ctb_size); in ihevce_pad_interp_recon_ctb()
408 WORD32 stride, stride_uv, wd, ht, wd_uv, ht_uv; in ihevce_recon_padding() local
430 stride_uv = ps_pad_interp_recon->i4_chrm_recon_stride; in ihevce_recon_padding()
435 (vert_ctr * (ctb_size >> (0 == u1_is_422)) * stride_uv) + (ctb_ctr * ctb_size); in ihevce_recon_padding()
476 stride_uv, in ihevce_recon_padding()
483 pu1_buf_uv = pu1_src_uv - i4_chroma_vert_pad_default * stride_uv; in ihevce_recon_padding()
499 ((pu1_src_uv - left_extra_pix) + (ht_uv * stride_uv)), in ihevce_recon_padding()
500 stride_uv, in ihevce_recon_padding()
[all …]
/external/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc29 void Calc16ByteAlignedStride(int width, int* stride_y, int* stride_uv) { in Calc16ByteAlignedStride() argument
31 *stride_uv = 16 * ((width + 31) / 32); in Calc16ByteAlignedStride()
129 int stride_uv = 0; in TEST_F() local
130 Calc16ByteAlignedStride(width_, &stride_y, &stride_uv); in TEST_F()
132 I420Buffer::Create(width_, height_, stride_y, stride_uv, stride_uv); in TEST_F()
266 int stride_uv = 0; in TEST_F() local
267 Calc16ByteAlignedStride(width_, &stride_y, &stride_uv); in TEST_F()
270 I420Buffer::Create(width_, height_, stride_y, stride_uv, stride_uv); in TEST_F()
/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc137 int stride_uv = (width + 1) / 2; in IncomingFrame() local
159 target_width, target_height, stride_y, stride_uv, stride_uv); in IncomingFrame()
/external/webrtc/modules/video_coding/utility/
Dsimulcast_test_fixture_impl.cc826 int stride_uv = ((kDefaultWidth + 1) / 2) + 5; in TestStrideEncodeDecode() local
828 stride_uv, stride_uv); in TestStrideEncodeDecode()
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c617 int stride_uv = x->block[16].src_stride; in vp8_pick_inter_mode() local
629 stride_uv = cpi->denoiser.yv12_running_avg[LAST_FRAME].uv_stride; in vp8_pick_inter_mode()
640 cpi, x, target_u, stride_uv, plane[LAST_FRAME][1], mb_row, mb_col, 1); in vp8_pick_inter_mode()
644 cpi, x, target_v, stride_uv, plane[LAST_FRAME][2], mb_row, mb_col, in vp8_pick_inter_mode()