Home
last modified time | relevance | path

Searched refs:IsIntraFrame (Results 1 – 7 of 7) sorted by relevance

/external/libgav1/libgav1/src/
Dobu_parser.cc849 assert(!IsIntraFrame(frame_header_.frame_type) || in ParseLoopFilterParameters()
1194 if (!IsIntraFrame(frame_header_.frame_type)) { in ParseFrameReferenceModeSyntax()
1202 if (IsIntraFrame(frame_header_.frame_type) || in IsSkipModeAllowed()
1329 if (IsIntraFrame(frame_header_.frame_type)) return true; in ParseGlobalMotionParameters()
1755 if (IsIntraFrame(frame_header_.frame_type) || in ReadAllowWarpedMotion()
1899 if (IsIntraFrame(frame_header_.frame_type)) { in ParseFrameParameters()
1944 if (IsIntraFrame(frame_header_.frame_type) || in ParseFrameParameters()
1985 if ((!IsIntraFrame(frame_header_.frame_type) || in ParseFrameParameters()
1990 if (IsIntraFrame(frame_header_.frame_type)) { in ParseFrameParameters()
2110 if (!IsIntraFrame(frame_header_.frame_type)) { in ParseFrameParameters()
Dbuffer_pool.cc73 !IsIntraFrame(frame_header.frame_type)) { in SetFrameDimensions()
Dmotion_vector.cc779 IsIntraFrame(source_frame->frame_type())) { in MotionFieldProjection()
943 if (!IsIntraFrame(reference_frames[last_index]->frame_type())) { in SetupMotionField()
Ddecoder_impl.cc1412 if (is_frame_parallel_ && !IsIntraFrame(frame_header.frame_type)) { in DecodeTiles()
1652 if (IsIntraFrame(frame_type) || wedge_masks_initialized_) { in MaybeInitializeWedgeMasks()
/external/libgav1/libgav1/src/utils/
Dcommon.h294 constexpr bool IsIntraFrame(FrameType type) { in IsIntraFrame() function
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc1299 return IsIntraFrame(frame_header_.frame_type) ? DecodeIntraModeInfo(block) in DecodeModeInfo()
/external/libgav1/libgav1/src/tile/
Dtile.cc2541 IsIntraFrame(frame_header_.frame_type)) { in StoreMotionFieldMvsIntoCurrentFrame()