Searched refs:ref_frame_idx (Results 1 – 3 of 3) sorted by relevance
135 int ref_frame_idx = 3; in mismatch_record_block_pre()140 if (frame_idx_w == ref_frame_idx && plane == ref_plane && in mismatch_record_block_pre()168 int ref_frame_idx = 3; in mismatch_record_block_tx()173 if (frame_idx_w == ref_frame_idx && plane == ref_plane && frame_offset == ref_frame_offset && in mismatch_record_block_tx()
712 for (const auto& idx : fhdr->ref_frame_idx) { in ReadFrameSizeFromRefs()732 for (const auto& idx : fhdr->ref_frame_idx) { in ReadFrameSizeFromRefs()998 fhdr->ref_frame_idx[i] = reader_.ReadLiteral(kVp9NumRefFramesLog2); in Parse()1005 context_->GetRefSlot(fhdr->ref_frame_idx[i]); in Parse()1008 << "]=" << static_cast<int>(fhdr->ref_frame_idx[i]) in Parse()
224 uint8_t ref_frame_idx[kVp9NumRefsPerFrame]; member