Searched refs:rate_estimator (Results 1 – 3 of 3) sorted by relevance
/external/libaom/av1/encoder/ |
D | allintra_vis.c | 248 static int rate_estimator(const tran_low_t *qcoeff, int eob, TX_SIZE tx_size) { in rate_estimator() function 390 const int rate_cost = rate_estimator(qcoeff, eob, tx_size); in av1_calc_mb_wiener_var_row()
|
D | tpl_model.c | 218 static int rate_estimator(const tran_low_t *qcoeff, int eob, TX_SIZE tx_size) { in rate_estimator() function 247 *rate_cost = rate_estimator(qcoeff, eob, tx_size); in txfm_quant_rdcost()
|
/external/libvpx/vp9/encoder/ |
D | vp9_tpl_model.c | 779 static int rate_estimator(const tran_low_t *qcoeff, int eob, TX_SIZE tx_size) { in rate_estimator() function 936 *rate_cost = rate_estimator(qcoeff, eob, tx_size); in mode_estimation()
|