Home
last modified time | relevance | path

Searched refs:tmpw (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dquantize.c220 const int64_t tmpw = tmp1 * wt; in highbd_quantize_b_adaptive_helper_c() local
221 const int64_t tmp2 = ((tmpw * quant_ptr[rc != 0]) >> 16) + tmpw; in highbd_quantize_b_adaptive_helper_c()
300 const int64_t tmpw = tmp1 * wt; in highbd_quantize_b_helper_c() local
301 const int64_t tmp2 = ((tmpw * quant_ptr[rc != 0]) >> 16) + tmpw; in highbd_quantize_b_helper_c()
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c513 const int64_t tmpw = tmp * wt; in highbd_quantize_dc() local
515 (int)((tmpw * quant) >> (16 - log_scale + AOM_QM_BITS)); in highbd_quantize_dc()