Searched refs:tmpw (Results 1 – 2 of 2) sorted by relevance
220 const int64_t tmpw = tmp1 * wt; in highbd_quantize_b_adaptive_helper_c() local221 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() local301 const int64_t tmp2 = ((tmpw * quant_ptr[rc != 0]) >> 16) + tmpw; in highbd_quantize_b_helper_c()
513 const int64_t tmpw = tmp * wt; in highbd_quantize_dc() local515 (int)((tmpw * quant) >> (16 - log_scale + AOM_QM_BITS)); in highbd_quantize_dc()