Searched refs:qband (Results 1 – 3 of 3) sorted by relevance
361 const int qband = x->qindex >> (QINDEX_BITS - 2); in subpel_select() local362 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() local383 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() local675 assert(qband < 4); in calculate_tx_size()676 multiplier = mult[qband]; in calculate_tx_size()
361 const int qband = is_rect_part ? (qindex <= 90 ? 1 : 0) : 0; in get_simple_motion_search_prune_agg() local363 return sms_prune_agg_qindex_based[qband]; in get_simple_motion_search_prune_agg()
111 const int qband = x->qindex >> (QINDEX_BITS - 2); in av1_make_default_fullpel_ms_params() local115 x->content_state_sb.source_sad_nonrd <= kMedSad && qband < 3); in av1_make_default_fullpel_ms_params()