Home
last modified time | relevance | path

Searched defs:has_left (Results 1 – 12 of 12) 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.hh110 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
83 const bool has_left = (c - 1 >= 0); in av1_fast_palette_color_index_context() local
Dpartition_strategy.c632 const int has_left = !!xd->left_mbmi; in simple_motion_search_prune_part_features() local
Dpartition_search.c4884 const int has_left = !!xd->left_mbmi; in recursive_partition() local
/external/rust/crates/itertools/src/
Deither_or_both.rs18 pub fn has_left(&self) -> bool { in has_left() method
/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.cc1605 const bool has_left = x > 0 || block.left_available[plane]; in TransformBlock() local
2042 const bool has_left = block.left_available[plane]; in ComputePrediction() local
/external/libvpx/vp9/encoder/
Dvp9_encodeframe.c3550 const int has_left = !!xd->left_mi; in ml_predict_var_rd_paritioning() local