Home
last modified time | relevance | path

Searched refs:dqc0 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/msa/
Didct_msa.c306 v8i16 dqc0, dqc1, q0, q1, dq0, dq1; in vp8_dequantize_b_msa() local
308 LD_SH2(DQC, 8, dqc0, dqc1); in vp8_dequantize_b_msa()
310 MUL2(dqc0, q0, dqc1, q1, dq0, dq1); in vp8_dequantize_b_msa()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c196 int dqc0, dqc1; in vp9_optimize_b() local
248 dqc0 = dqcoeff[rc]; in vp9_optimize_b()
289 before_best_eob_dqc = dqc0; in vp9_optimize_b()
/external/libaom/libaom/av1/encoder/
Dencodetxb.c400 const tran_low_t dqc0 = local
403 stats->dist0 = get_coeff_dist(tqc, dqc0, txb_info->shift);