OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_inc
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c
593
const int
skip_inc
= !segfeature_active(&cm->seg, mbmi->segment_id,
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c
315
const int
skip_inc
= !vp9_segfeature_active(&cm->seg, mbmi->segment_id,
local
320
cm->counts.skip[ctx][1] +=
skip_inc
;
328
cm->counts.skip[ctx][0] +=
skip_inc
;
Completed in 204 milliseconds