Home | History | Annotate | Download | only in encoder

Lines Matching refs:orig

1208   DECLARE_ALIGNED(16, uint16_t, orig[MAX_SB_SQUARE]);
1221 orig[j * bsw + i] = CONVERT_TO_SHORTPTR(src)[j * src_stride + i];
1246 for (i = 0; i < bsw; i++) orig[j * bsw + i] = src[j * src_stride + i];
1272 d = (int64_t)od_compute_dist(orig, rec, bsw, bsh, qindex);
1278 d += cdef_dist_8x8_16bit(&rec[i * bsw + j], bsw, &orig[i * bsw + j],
1300 DECLARE_ALIGNED(16, uint16_t, orig[MAX_SB_SQUARE]);
1313 orig[j * bsw + i] = CONVERT_TO_SHORTPTR(src)[j * src_stride + i];
1316 for (i = 0; i < bsw; i++) orig[j * bsw + i] = src[j * src_stride + i];
1341 d = (int64_t)od_compute_dist_diff(orig, diff16, bsw, bsh, qindex);
1348 dst16[i * bsw + j] = orig[i * bsw + j] - diff16[i * bsw + j];
1354 d += cdef_dist_8x8_16bit(&dst16[i * bsw + j], bsw, &orig[i * bsw + j],