OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skip_start
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c
127
SKIP_START
:
140
goto
SKIP_START
;
/external/chromium_org/third_party/opus/src/celt/
rate.c
248
static inline int interp_bits2pulses(const CELTMode *m, int start, int end, int
skip_start
,
327
if (j<=
skip_start
)
531
int
skip_start
;
local
543
skip_start
= start;
627
skip_start
= j;
632
codedBands = interp_bits2pulses(m, start, end,
skip_start
, bits1, bits2, thresh, cap,
Completed in 39 milliseconds