Home
last modified time | relevance | path

Searched refs:ref_frame_idx (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_util/
Ddebug_util.c135 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()
/external/v4l2_codec2/vda/
Dvp9_uncompressed_header_parser.cc712 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()
Dvp9_parser.h224 uint8_t ref_frame_idx[kVp9NumRefsPerFrame]; member