Home
last modified time | relevance | path

Searched refs:u_plane (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcyuv.c69 unsigned char *u_plane; in cyuv_decode_frame() local
112 u_plane = frame->data[1]; in cyuv_decode_frame()
133 u_plane[u_ptr++] = u_pred = cur_byte & 0xF0; in cyuv_decode_frame()
153 u_plane[u_ptr++] = u_pred; in cyuv_decode_frame()
/third_party/boost/boost/gil/extension/toolbox/image_types/
Dsubchroma_image.hpp257 const plane_locator_t& u_plane() const { return get_deref_fn().u_locator(); } in u_plane() function in boost::gil::subchroma_image_view
261 const plane_view_t u_plane_view() const { return plane_view_t( _u_dimensions, u_plane() ); } in u_plane_view()
542 plane_view_t u_plane = interleaved_view( y_width / scaling_factors_t::ss_X in subchroma_view() local
556 , u_plane.xy_at( 0, 0 ) in subchroma_view()