OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skip_eob
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c
250
int
skip_eob
= 0;
local
254
add_token_no_extra(&t, coef_probs[band[c]][pt], ZERO_TOKEN,
skip_eob
,
256
eob_branch[band[c]][pt] += !
skip_eob
;
258
skip_eob
= 1;
268
(uint8_t)
skip_eob
,
270
eob_branch[band[c]][pt] += !
skip_eob
;
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c
507
int
skip_eob
= 0;
local
511
add_token_no_extra(&t, coef_probs[band[c]][pt], ZERO_TOKEN,
skip_eob
,
513
eob_branch[band[c]][pt] += !
skip_eob
;
515
skip_eob
= 1;
525
(uint8_t)
skip_eob
, counts[band[c]][pt]);
526
eob_branch[band[c]][pt] += !
skip_eob
;
[
all
...]
Completed in 41 milliseconds