Lines Matching refs:ReadLiteral
640 if (reader_.ReadLiteral(8 * 3) != kSyncCode) { in VerifySyncCode()
655 fhdr->color_space = static_cast<Vp9ColorSpace>(reader_.ReadLiteral(3)); in ReadColorConfig()
694 fhdr->frame_width = reader_.ReadLiteral(16) + 1; in ReadFrameSize()
695 fhdr->frame_height = reader_.ReadLiteral(16) + 1; in ReadFrameSize()
701 fhdr->render_width = reader_.ReadLiteral(16) + 1; in ReadRenderSize()
702 fhdr->render_height = reader_.ReadLiteral(16) + 1; in ReadRenderSize()
762 return table[reader_.ReadLiteral(2)]; in ReadInterpolationFilter()
776 loop_filter.level = reader_.ReadLiteral(6); in ReadLoopFilterParams()
777 loop_filter.sharpness = reader_.ReadLiteral(3); in ReadLoopFilterParams()
802 quants->base_q_idx = reader_.ReadLiteral(8); in ReadQuantizationParams()
850 data = reader_.ReadLiteral(kFeatureDataBits[j]); in ReadSegmentationParams()
871 return reader_.ReadBool() ? reader_.ReadLiteral(8) : kVp9MaxProb; in ReadProb()
924 if (reader_.ReadLiteral(2) != 0x2) { in Parse()
937 fhdr->frame_to_show_map_idx = reader_.ReadLiteral(3); in Parse()
972 fhdr->reset_frame_context = reader_.ReadLiteral(2); in Parse()
987 fhdr->refresh_frame_flags = reader_.ReadLiteral(8); in Parse()
992 fhdr->refresh_frame_flags = reader_.ReadLiteral(8); in Parse()
998 fhdr->ref_frame_idx[i] = reader_.ReadLiteral(kVp9NumRefFramesLog2); in Parse()
1061 reader_.ReadLiteral(kVp9NumFrameContextsLog2); in Parse()
1084 fhdr->header_size_in_bytes = reader_.ReadLiteral(16); in Parse()