Searched refs:beptr (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
H A Drdopt.c551 BLOCK *beptr; local
558 for (beptr = mb->block; beptr < mb->block + 16; beptr += 2)
560 mb->vp8_short_fdct8x4(beptr->src_diff, beptr->coeff, 32);
561 *Y2DCPtr++ = beptr->coeff[0];
562 *Y2DCPtr++ = beptr->coeff[16];

Completed in 76 milliseconds