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.
31 // we allow 2k of extra head-room in PARTITION0 limit.
34 typedef struct { // struct for organizing convergence in either size or PSNR
53 : 40.; // default, just in case
472 const uint8_t* const in = it->yuv_in_;
474 // Note: not totally accurate at boundary. And doesn't include in-loop filter.
475 enc->sse_[0] += VP8SSE16x16(in + Y_OFF_ENC, out + Y_OFF_ENC);
476 enc->sse_[1] += VP8SSE8x8(in + U_OFF_ENC, out + U_OFF_ENC);
477 enc->sse_[2] += VP8SSE8x8(in + V_OFF_ENC, out + V_OFF_ENC);
805 size = (size + size_p0 + 1024) >> 11; // -> size in bytes