• Home
  • Raw
  • Download

Lines Matching refs:ReadLiteral

639   if (reader_.ReadLiteral(8 * 3) != kSyncCode) {  in VerifySyncCode()
654 fhdr->color_space = static_cast<Vp9ColorSpace>(reader_.ReadLiteral(3)); in ReadColorConfig()
693 fhdr->frame_width = reader_.ReadLiteral(16) + 1; in ReadFrameSize()
694 fhdr->frame_height = reader_.ReadLiteral(16) + 1; in ReadFrameSize()
700 fhdr->render_width = reader_.ReadLiteral(16) + 1; in ReadRenderSize()
701 fhdr->render_height = reader_.ReadLiteral(16) + 1; in ReadRenderSize()
761 return table[reader_.ReadLiteral(2)]; in ReadInterpolationFilter()
775 loop_filter.level = reader_.ReadLiteral(6); in ReadLoopFilterParams()
776 loop_filter.sharpness = reader_.ReadLiteral(3); in ReadLoopFilterParams()
792 loop_filter.mode_deltas[i] = reader_.ReadLiteral(6); in ReadLoopFilterParams()
801 quants->base_q_idx = reader_.ReadLiteral(8); in ReadQuantizationParams()
849 data = reader_.ReadLiteral(kFeatureDataBits[j]); in ReadSegmentationParams()
870 return reader_.ReadBool() ? reader_.ReadLiteral(8) : kVp9MaxProb; in ReadProb()
923 if (reader_.ReadLiteral(2) != 0x2) { in Parse()
936 fhdr->frame_to_show_map_idx = reader_.ReadLiteral(3); in Parse()
971 fhdr->reset_frame_context = reader_.ReadLiteral(2); in Parse()
986 fhdr->refresh_frame_flags = reader_.ReadLiteral(8); in Parse()
991 fhdr->refresh_frame_flags = reader_.ReadLiteral(8); in Parse()
997 fhdr->ref_frame_idx[i] = reader_.ReadLiteral(kVp9NumRefFramesLog2); in Parse()
1060 reader_.ReadLiteral(kVp9NumFrameContextsLog2); in Parse()
1083 fhdr->header_size_in_bytes = reader_.ReadLiteral(16); in Parse()