Home
last modified time | relevance | path

Searched refs:qband (Results 1 – 3 of 3) sorted by relevance

/external/libaom/av1/encoder/
Dnonrd_pickmode.c361 const int qband = x->qindex >> (QINDEX_BITS - 2); in subpel_select() local
362 assert(qband < 4); in subpel_select()
364 bsize > BLOCK_16X16 && qband != 0) { in subpel_select()
382 const int qband = x->qindex >> (QINDEX_BITS - 2); in use_aggressive_subpel_search_method() local
383 assert(qband < 4); in use_aggressive_subpel_search_method()
384 if ((qband > 0) && (fullpel_performed_well || in use_aggressive_subpel_search_method()
673 const int qband = x->qindex >> (QINDEX_BITS - 2); in calculate_tx_size() local
675 assert(qband < 4); in calculate_tx_size()
676 multiplier = mult[qband]; in calculate_tx_size()
Dpartition_strategy.c361 const int qband = is_rect_part ? (qindex <= 90 ? 1 : 0) : 0; in get_simple_motion_search_prune_agg() local
363 return sms_prune_agg_qindex_based[qband]; in get_simple_motion_search_prune_agg()
Dmcomp.c111 const int qband = x->qindex >> (QINDEX_BITS - 2); in av1_make_default_fullpel_ms_params() local
115 x->content_state_sb.source_sad_nonrd <= kMedSad && qband < 3); in av1_make_default_fullpel_ms_params()