Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dallintra_vis.c248 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()
Dtpl_model.c218 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/
Dvp9_tpl_model.c779 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()