OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EOSB_TOKEN
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
39
#define
EOSB_TOKEN
127 /* Not signalled, encoder only */
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
266
while (p < stop && p->token !=
EOSB_TOKEN
) {
317
*tp = p + (p->token ==
EOSB_TOKEN
);
[
all
...]
vp9_encodeframe.c
823
(*tp)->token =
EOSB_TOKEN
;
[
all
...]
Completed in 208 milliseconds