Searched defs:dc_q (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.c | 48 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in get_res_var_features() local 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 504 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in firstpass_simple_motion_search_features() local 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
|
D | encodeframe.c | 3073 const int dc_q = (int)x->plane[0].dequant_QTX[0]; in ml_predict_breakout() local
|
D | rdopt.c | 3852 const int16_t dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd); in predict_skip_flag() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 3334 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 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 4575 const int dc_q = vp9_dc_quant(cm->base_qindex, 0, cm->bit_depth); in ml_predict_var_paritioning() local
|