Searched refs:get_quantize_error (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_tpl_model.c | 712 static void get_quantize_error(MACROBLOCK *x, int plane, tran_low_t *coeff, in get_quantize_error() function 934 get_quantize_error(x, 0, coeff, qcoeff, dqcoeff, tx_size, recon_error, in mode_estimation()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | tpl_model.c | 104 static inline void get_quantize_error(const MACROBLOCK *x, int plane, in get_quantize_error() function 244 get_quantize_error(x, 0, coeff, qcoeff, dqcoeff, tx_size, &eob, recon_error, in txfm_quant_rdcost()
|