Home
last modified time | relevance | path

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

/external/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/harfbuzz_ng/src/
Dhb-priority-queue.hh128 bool has_left = left < heap.length; in bubble_down() local
/external/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.h350 const int has_left = xd->left_available; in get_tx_size_context() local
/external/libaom/av1/encoder/
Dtokenize.c32 const bool has_left = (c - 1 >= 0); in av1_fast_palette_color_index_context_on_edge() local
84 const bool has_left = (c - 1 >= 0); in av1_fast_palette_color_index_context() local
Dpartition_strategy.c635 const int has_left = !!xd->left_mbmi; in simple_motion_search_prune_part_features() local
Dpartition_search.c5115 const int has_left = !!xd->left_mbmi; in recursive_partition() local
/external/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()
408 bool has_left, bool has_top, bool needs_left, in DirectionalPrediction()
Dtile.cc1620 const bool has_left = x > 0 || block.left_available[plane]; in TransformBlock() local
2057 const bool has_left = block.left_available[plane]; in ComputePrediction() local
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
Deither_or_both.rs20 pub fn has_left(&self) -> bool { in has_left() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
Deither_or_both.rs20 pub fn has_left(&self) -> bool { in has_left() method
/external/rust/android-crates-io/crates/itertools/src/
Deither_or_both.rs20 pub fn has_left(&self) -> bool { in has_left() method
/external/libvpx/vp9/encoder/
Dvp9_encodeframe.c3581 const int has_left = !!xd->left_mi; in ml_predict_var_rd_partitioning() local