Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc386 const PredictionMode top_mode = in ReadPredictionModeY()
388 const PredictionMode left_mode = block.left_available[kPlaneY] in ReadPredictionModeY()
398 block.bp->y_mode = static_cast<PredictionMode>( in ReadPredictionModeY()
407 const PredictionMode mode = in ReadIntraAngleInfo()
457 bp.uv_mode = static_cast<PredictionMode>( in ReadPredictionModeUV()
460 bp.uv_mode = static_cast<PredictionMode>( in ReadPredictionModeUV()
951 static_cast<PredictionMode>(kPredictionModeNearestNearestMv + offset); in ReadInterPredictionModeY()
/external/libgav1/libgav1/src/utils/
Dtypes.h184 PredictionMode y_mode;
185 PredictionMode uv_mode;
Dconstants.h294 enum PredictionMode : uint8_t { enum
Dcommon.h324 constexpr bool IsDirectionalMode(PredictionMode mode) { in IsDirectionalMode()
/external/libgav1/libgav1/src/tile/
Dprediction.cc168 dsp::IntraPredictor GetIntraPredictor(PredictionMode mode, bool has_left, in GetIntraPredictor()
227 bool has_bottom_left, PredictionMode mode, in IntraPrediction()
378 PredictionMode mode,
385 PredictionMode mode,
395 PredictionMode mode; in IsSmoothPrediction()
Dtile.cc96 constexpr PredictionMode
161 constexpr PredictionMode kInterIntraToIntraMode[kNumInterIntraModes] = {
254 constexpr PredictionMode
265 PredictionMode GetSinglePredictionMode(int index, PredictionMode y_mode) { in GetSinglePredictionMode()
1072 const PredictionMode intra_direction = in ReadTransformType()
1594 const PredictionMode mode = in TransformBlock()
1890 const PredictionMode mode = GetSinglePredictionMode(i, bp.y_mode); in AssignInterMv()
1915 const PredictionMode mode = GetSinglePredictionMode(0, bp.y_mode); in AssignInterMv()
/external/libgav1/libgav1/src/
Dtile.h542 bool has_bottom_left, PredictionMode mode,