HomeSort by relevance Sort by last modified time
    Searched full:scphase (Results 1 - 1 of 1) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_parse_sc_fast_loop.c 26 register unsigned int scphase; local
28 scphase = *pphase;
32 (0 == scphase) && /* no "potential" SC detected */
55 if ( scphase < 2 )
57 scphase++;
59 else if ( scphase > 2 )
68 *pphase = scphase;
71 else /* implies scphase == 2, holding receiving 0's */
77 if ( 2 == scphase )
80 scphase++
    [all...]

Completed in 94 milliseconds