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

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c1512 OMX_U8 theBit = 0; local
1520 theBit = (theMask & theByte) >> (7-i);
1522 if (theBit == 0) {
1525 else if (theBit == 1) {

Completed in 39 milliseconds