Searched refs:get_quantize_error (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tpl_model.c | 30 static void get_quantize_error(MACROBLOCK *x, int plane, tran_low_t *coeff, in get_quantize_error() function 230 get_quantize_error(x, 0, coeff, qcoeff, dqcoeff, tx_size, &recon_error, in mode_estimation()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 5774 static void get_quantize_error(MACROBLOCK *x, int plane, tran_low_t *coeff, function 6000 get_quantize_error(x, 0, coeff, qcoeff, dqcoeff, tx_size, 6013 get_quantize_error(x, 0, coeff, qcoeff, dqcoeff, tx_size, recon_error,
|