Searched refs:u_plane (Results 1 – 2 of 2) sorted by relevance
69 unsigned char *u_plane; in cyuv_decode_frame() local112 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()
257 const plane_locator_t& u_plane() const { return get_deref_fn().u_locator(); } in u_plane() function in boost::gil::subchroma_image_view261 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() local556 , u_plane.xy_at( 0, 0 ) in subchroma_view()