FENC_STRIDE 95 source/common/lowres.h return comp(fenc, FENC_STRIDE, subpelbuf, 8); FENC_STRIDE 101 source/common/lowres.h return comp(fenc, FENC_STRIDE, fref, lumaStride); FENC_STRIDE 88 source/common/pixel.cpp pix1 += FENC_STRIDE; FENC_STRIDE 112 source/common/pixel.cpp pix1 += FENC_STRIDE; FENC_STRIDE 466 source/common/ppc/pixel_altivec.cpp pix1 += FENC_STRIDE; FENC_STRIDE 610 source/common/ppc/pixel_altivec.cpp pix1 += FENC_STRIDE; FENC_STRIDE 761 source/common/ppc/pixel_altivec.cpp pix1 += FENC_STRIDE; FENC_STRIDE 902 source/common/ppc/pixel_altivec.cpp pix1 += FENC_STRIDE; FENC_STRIDE 1041 source/common/ppc/pixel_altivec.cpp pix1 += FENC_STRIDE; FENC_STRIDE 128 source/common/yuv.cpp X265_CHECK(m_size == FENC_STRIDE && m_size >= srcYuv.m_size, "PU buffer size mismatch\n"); FENC_STRIDE 118 source/encoder/motion.cpp fencPUYuv.create(FENC_STRIDE, csp); FENC_STRIDE 185 source/encoder/motion.cpp primitives.pu[partEnum].copy_pp(fencPUYuv.m_buf[0], FENC_STRIDE, fencY + offset, stride); FENC_STRIDE 224 source/encoder/motion.cpp int cost = sad(fenc, FENC_STRIDE, fref + mx + my * stride, stride); \ FENC_STRIDE 237 source/encoder/motion.cpp int cost = sad(fenc, FENC_STRIDE, fref + (mx) + (my) * stride, stride); \ FENC_STRIDE 636 source/encoder/motion.cpp bcost = sad(fenc, FENC_STRIDE, fref + bmv.x + bmv.y * stride, stride) + mvcost(bmv << 2); FENC_STRIDE 778 source/encoder/motion.cpp bcost = sad(fenc, FENC_STRIDE, fref + bmv.x + bmv.y * stride, stride) + mvcost(bmv << 2); FENC_STRIDE 783 source/encoder/motion.cpp int cost = sad(fenc, FENC_STRIDE, fref, stride) + mvcost(MV(0, 0)); FENC_STRIDE 1255 source/encoder/motion.cpp ALIGN_VAR_32(pixel, zero[64 * FENC_STRIDE]) = { 0 }; FENC_STRIDE 1301 source/encoder/motion.cpp fenc + deltaY * FENC_STRIDE, FENC_STRIDE 1302 source/encoder/motion.cpp fenc + deltaX + deltaY * FENC_STRIDE, FENC_STRIDE 1303 source/encoder/motion.cpp FENC_STRIDE, FENC_STRIDE 1562 source/encoder/motion.cpp const intptr_t fencStride = FENC_STRIDE; FENC_STRIDE 1563 source/encoder/motion.cpp X265_CHECK(fencPUYuv.m_size == FENC_STRIDE, "fenc buffer is assumed to have FENC_STRIDE by sad_x3 and sad_x4\n"); FENC_STRIDE 85 source/encoder/motion.h inline int bufSAD(const pixel* fref, intptr_t stride) { return sad(fencPUYuv.m_buf[0], FENC_STRIDE, fref, stride); } FENC_STRIDE 87 source/encoder/motion.h inline int bufSATD(const pixel* fref, intptr_t stride) { return satd(fencPUYuv.m_buf[0], FENC_STRIDE, fref, stride); } FENC_STRIDE 49 source/test/intrapredharness.cpp intptr_t stride = FENC_STRIDE; FENC_STRIDE 67 source/test/intrapredharness.cpp if (memcmp(pixel_out_vec + k * FENC_STRIDE, pixel_out_c + k * FENC_STRIDE, width * sizeof(pixel))) FENC_STRIDE 72 source/test/intrapredharness.cpp j += FENC_STRIDE; FENC_STRIDE 81 source/test/intrapredharness.cpp intptr_t stride = FENC_STRIDE; FENC_STRIDE 95 source/test/intrapredharness.cpp if (memcmp(pixel_out_vec + k * FENC_STRIDE, pixel_out_c + k * FENC_STRIDE, width * sizeof(pixel))) FENC_STRIDE 100 source/test/intrapredharness.cpp j += FENC_STRIDE; FENC_STRIDE 109 source/test/intrapredharness.cpp intptr_t stride = FENC_STRIDE; FENC_STRIDE 130 source/test/intrapredharness.cpp if (memcmp(pixel_out_vec + k * FENC_STRIDE, pixel_out_c + k * FENC_STRIDE, width * sizeof(pixel))) FENC_STRIDE 142 source/test/intrapredharness.cpp j += FENC_STRIDE; FENC_STRIDE 164 source/test/intrapredharness.cpp pixel * refAbove0 = pixel_buff + j + 3 * FENC_STRIDE; // keep this offset, since vector code may broken input buffer range [-(width-1), 0]; FENC_STRIDE 165 source/test/intrapredharness.cpp pixel * refLeft0 = refAbove0 + 3 * width + FENC_STRIDE; FENC_STRIDE 186 source/test/intrapredharness.cpp j += FENC_STRIDE; FENC_STRIDE 209 source/test/intrapredharness.cpp j += FENC_STRIDE; FENC_STRIDE 274 source/test/intrapredharness.cpp pixel_out_vec, FENC_STRIDE, pixel_buff + srcStride, 0, 0); FENC_STRIDE 280 source/test/intrapredharness.cpp pixel_out_vec, FENC_STRIDE, pixel_buff + srcStride, 0, 0); FENC_STRIDE 285 source/test/intrapredharness.cpp pixel_out_vec, FENC_STRIDE, pixel_buff + srcStride, 0, 1); FENC_STRIDE 309 source/test/intrapredharness.cpp pixel_out_vec, FENC_STRIDE, pixel_buff + srcStride, mode, bFilter); FENC_STRIDE 35 source/test/intrapredharness.h enum { OUTPUT_SIZE = 64 * FENC_STRIDE }; FENC_STRIDE 150 source/test/pixelharness.cpp intptr_t stride = FENC_STRIDE - 5; FENC_STRIDE 178 source/test/pixelharness.cpp intptr_t stride = FENC_STRIDE - 5; FENC_STRIDE 2849 source/test/pixelharness.cpp REPORT_SPEEDUP(opt.pu[part].sad_x3, ref.pu[part].sad_x3, pbuf1, fref, fref + 1, fref - 1, FENC_STRIDE + 5, &cres[0]); FENC_STRIDE 2855 source/test/pixelharness.cpp REPORT_SPEEDUP(opt.pu[part].sad_x4, ref.pu[part].sad_x4, pbuf1, fref, fref + 1, fref - 1, fref - INCR, FENC_STRIDE + 5, &cres[0]); FENC_STRIDE 2886 source/test/pixelharness.cpp REPORT_SPEEDUP(opt.cu[part].sub_ps, ref.cu[part].sub_ps, (int16_t*)pbuf1, FENC_STRIDE, pbuf2, pbuf1, STRIDE, STRIDE); FENC_STRIDE 2891 source/test/pixelharness.cpp REPORT_SPEEDUP(opt.cu[part].add_ps, ref.cu[part].add_ps, pbuf1, FENC_STRIDE, pbuf2, sbuf1, STRIDE, STRIDE); FENC_STRIDE 2952 source/test/pixelharness.cpp REPORT_SPEEDUP(opt.chroma[i].cu[part].sub_ps, ref.chroma[i].cu[part].sub_ps, (int16_t*)pbuf1, FENC_STRIDE, pbuf2, pbuf1, STRIDE, STRIDE); FENC_STRIDE 2957 source/test/pixelharness.cpp REPORT_SPEEDUP(opt.chroma[i].cu[part].add_ps, ref.chroma[i].cu[part].add_ps, pbuf1, FENC_STRIDE, pbuf2, sbuf1, STRIDE, STRIDE);