Home
last modified time | relevance | path

Searched defs:has_left (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c48 const int has_left = !!left_mi; in vp9_get_reference_mode_context() local
172 const int has_left = !!left_mi; in vp9_get_pred_context_single_ref_p1() local
238 const int has_left = !!left_mi; in vp9_get_pred_context_single_ref_p2() local
Dvp9_pred_common.h101 const int has_left = !!left_mi; in get_intra_inter_context() local
161 const int has_left = !!left_mi; in get_tx_size_context() local
/external/libaom/libaom/av1/common/
Dpred_common.c128 const int has_left = xd->left_available; in av1_get_intra_inter_context() local
150 const int has_left = xd->left_available; in av1_get_reference_mode_context() local
Dpred_common.h347 const int has_left = xd->left_available; in get_tx_size_context() local
/external/rust/crates/itertools/src/
Deither_or_both.rs18 pub fn has_left(&self) -> bool { in has_left() method
/external/libgav1/libgav1/src/tile/
Dprediction.cc168 dsp::IntraPredictor GetIntraPredictor(PredictionMode mode, bool has_left, in GetIntraPredictor()
226 bool has_left, bool has_top, bool has_top_right, in IntraPrediction()
423 bool has_left, bool has_top, bool needs_left, in DirectionalPrediction()
Dtile.cc1604 const bool has_left = x > 0 || block.left_available[plane]; in TransformBlock() local
2035 const bool has_left = block.left_available[plane]; in ComputePrediction() local
/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c486 const int has_left = !!xd->left_mbmi; in simple_motion_search_prune_part_features() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c3617 const int has_left = !!xd->left_mi; in ml_predict_var_rd_paritioning() local