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

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c582 BLOCK *beptr; local
589 for (beptr = mb->block; beptr < mb->block + 16; beptr += 2)
591 mb->short_fdct8x4(beptr->src_diff, beptr->coeff, 32);
592 *Y2DCPtr++ = beptr->coeff[0];
593 *Y2DCPtr++ = beptr->coeff[16];

Completed in 40 milliseconds