Lines Matching defs:eob
256 // coefficient scantable index for the eob token) guarantees that only
264 int eob;
269 // find eob for this sub-idct
281 eob = n;
294 return eob;
319 declare_func_emms(AV_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob);
346 int eob;
352 eob = copy_subcoefs(subcoef0, coef, tx, txtp,
355 eob = sz * sz;
362 call_ref(dst0, sz * SIZEOF_PIXEL, subcoef0, eob);
363 call_new(dst1, sz * SIZEOF_PIXEL, subcoef1, eob);
369 bench_new(dst, sz * SIZEOF_PIXEL, coef, eob);