Home | History | Annotate | Download | only in encoder

Lines Matching defs:dqcoeff

526 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff,
532 const int diff = coeff[i] - dqcoeff[i];
636 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
637 args->dist = vp9_block_error(coeff, dqcoeff, 16 << ss_txfrm_size,
1119 vp9_iwht4x4_add(BLOCK_OFFSET(pd->dqcoeff, block), dst, dst_stride,
1130 distortion += vp9_block_error(coeff, BLOCK_OFFSET(pd->dqcoeff, block),
1134 vp9_iht4x4_add(tx_type, BLOCK_OFFSET(pd->dqcoeff, block),
1395 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][2];
1405 ctx->dqcoeff_pbuf[i][0] = pd[i].dqcoeff;
1592 thisdistortion += vp9_block_error(coeff, BLOCK_OFFSET(pd->dqcoeff, k),
3049 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
3059 ctx->dqcoeff_pbuf[i][0] = pd[i].dqcoeff;