Home
last modified time | relevance | path

Searched refs:dc_q (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c48 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in get_res_var_features() local
50 features[f_idx++] = logf(1.0f + (float)(dc_q * dc_q) / 256.0f); in get_res_var_features()
285 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in simple_motion_search_prune_part_features() local
286 features[f_idx++] = logf(1.0f + (float)(dc_q * dc_q) / 256.0f); in simple_motion_search_prune_part_features()
504 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in firstpass_simple_motion_search_features() local
505 features[f_idx++] = logf(1.0f + (float)(dc_q * dc_q) / 256.0f); in firstpass_simple_motion_search_features()
587 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in av1_get_max_min_partition_features() local
589 const float log_q_sq = logf(1.0f + (float)(dc_q * dc_q) / 256.0f); in av1_get_max_min_partition_features()
Dencodeframe.c3073 const int dc_q = (int)x->plane[0].dequant_QTX[0]; in ml_predict_breakout() local
3074 features[feature_index++] = (float)(dc_q * dc_q) / 256.0f; in ml_predict_breakout()
Drdopt.c3852 const int16_t dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd); in predict_skip_flag() local
3859 const int16_t normalized_dc_q = dc_q >> 3; in predict_skip_flag()
3881 const uint32_t dc_thresh = max_qcoef_thresh * dc_q; in predict_skip_flag()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c3334 const int dc_q = in ml_prune_rect_partition() local
3337 const int dc_q = vp9_dc_quant(cm->base_qindex, 0, cm->bit_depth); in ml_prune_rect_partition() local
3346 features[feature_index++] = logf((float)(dc_q * dc_q) / 256.0f + 1.0f); in ml_prune_rect_partition()
3534 const int dc_q = in ml_predict_var_rd_paritioning() local
3537 const int dc_q = vp9_dc_quant(cm->base_qindex, 0, cm->bit_depth); in ml_predict_var_rd_paritioning() local
3543 features[feature_idx++] = logf((float)(dc_q * dc_q) / 256.0f + 1.0f); in ml_predict_var_rd_paritioning()
4575 const int dc_q = vp9_dc_quant(cm->base_qindex, 0, cm->bit_depth); in ml_predict_var_paritioning() local
4579 features[feature_idx++] = logf((float)(dc_q * dc_q) / 256.0f + 1.0f); in ml_predict_var_paritioning()