Searched defs:BoolDecoderResult (Results 1 – 2 of 2) sorted by relevance
429 fn update_segmentation(bd: &mut BoolDecoder, seg: &mut Segmentation) -> BoolDecoderResult<()> { in update_segmentation()486 ) -> BoolDecoderResult<()> { in parse_mb_lf_adjustments()516 fn parse_quant_indices(bd: &mut BoolDecoder, q: &mut QuantIndices) -> BoolDecoderResult<()> { in parse_quant_indices()561 ) -> BoolDecoderResult<()> {581 ) -> BoolDecoderResult<()> {600 fn parse_frame_header(&mut self, data: &[u8], frame: &mut Header) -> BoolDecoderResult<()> { in parse_frame_header()
57 pub type BoolDecoderResult<T> = std::result::Result<T, BoolDecoderError>; typedef