Home | History | Annotate | Download | only in encoder

Lines Matching defs:diff

289     const int64_t diff = coeff[i] - dqcoeff[i];
290 error += diff * diff;
319 const int diff = coeff[i] - dqcoeff[i];
320 error += diff * diff;
334 const int diff = coeff[i] - dqcoeff[i];
335 error += diff * diff;
503 const int16_t *diff, const int diff_stride,
519 sse = (int64_t)vpx_sum_squares_2d_i16(diff, diff_stride, tx_4x4_w << 2);
530 diff + r * diff_stride * 4 + c * 4, diff_stride, 4);
689 const int16_t *diff = &p->src_diff[4 * (blk_row * diff_stride + blk_col)];
691 sse = sum_squares_visible(xd, pd, diff, diff_stride, blk_row, blk_col,