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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c584 BLOCK *beptr; local
591 for (beptr = mb->block; beptr < mb->block + 16; beptr += 2)
593 mb->short_fdct8x4(beptr->src_diff, beptr->coeff, 32);
594 *Y2DCPtr++ = beptr->coeff[0];
595 *Y2DCPtr++ = beptr->coeff[16];

Completed in 27 milliseconds