Home | History | Annotate | Download | only in enc

Lines Matching defs:in

4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
30 // we allow 2k of extra head-room in PARTITION0 limit.
33 typedef struct { // struct for organizing convergence in either size or PSNR
52 : 40.; // default, just in case
476 const uint8_t* const in = it->yuv_in_;
478 // Note: not totally accurate at boundary. And doesn't include in-loop filter.
479 enc->sse_[0] += VP8SSE16x16(in + Y_OFF, out + Y_OFF);
480 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
481 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);
809 size = (size + size_p0 + 1024) >> 11; // -> size in bytes