Searched refs:PredictionMode (Results 1 – 7 of 7) sorted by relevance
/external/libgav1/libgav1/src/tile/bitstream/ |
D | mode_info.cc | 386 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/ |
D | types.h | 184 PredictionMode y_mode; 185 PredictionMode uv_mode;
|
D | constants.h | 294 enum PredictionMode : uint8_t { enum
|
D | common.h | 324 constexpr bool IsDirectionalMode(PredictionMode mode) { in IsDirectionalMode()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 168 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()
|
D | tile.cc | 96 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/ |
D | tile.h | 542 bool has_bottom_left, PredictionMode mode,
|