Searched refs:get_quantize_error (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tpl_model.c | 34 static AOM_INLINE void get_quantize_error(const MACROBLOCK *x, int plane, in get_quantize_error() function 112 get_quantize_error(x, 0, coeff, qcoeff, dqcoeff, tx_size, &eob, recon_error, in txfm_quant_rdcost() 396 get_quantize_error(x, 0, best_coeff, qcoeff, dqcoeff, tx_size, &eob, in mode_estimation()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 6177 static void get_quantize_error(MACROBLOCK *x, int plane, tran_low_t *coeff, function 6383 get_quantize_error(x, 0, coeff, qcoeff, dqcoeff, tx_size, recon_error,
|