Searched refs:c_abs (Results 1 – 1 of 1) sorted by relevance
544 uint32_t c_abs = QUANT(FFABS(coeff[x]), q_m, q_a, q_s); in encode_subband() local545 put_vc2_ue_uint(pb, c_abs); in encode_subband()546 if (c_abs) in encode_subband()592 uint32_t c_abs = QUANT(FFABS(buf[x]), q_m, q_a, q_s); in count_hq_slice() local593 bits += count_vc2_ue_uint(c_abs); in count_hq_slice()594 bits += !!c_abs; in count_hq_slice()