HomeSort by relevance Sort by last modified time
    Searched refs:EOSB_TOKEN (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 23 #define EOSB_TOKEN 127 // Not signalled, encoder only
vp9_bitstream.c 140 for (p = *tp; p < stop && p->token != EOSB_TOKEN; ++p) {
149 if (p == stop || p->token == EOSB_TOKEN) {
150 *tp = (TOKENEXTRA *)(uintptr_t)p + (p->token == EOSB_TOKEN);
160 assert(t != EOSB_TOKEN);
188 *tp = (TOKENEXTRA *)(uintptr_t)p + (p->token == EOSB_TOKEN);
    [all...]
vp9_encodeframe.c     [all...]

Completed in 56 milliseconds