OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_REF_LF_DELTAS
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/common/
blockd.h
34
#define
MAX_REF_LF_DELTAS
4
263
signed char last_ref_lf_deltas[
MAX_REF_LF_DELTAS
]; /* 0 = Intra, Last, GF, ARF */
264
signed char ref_lf_deltas[
MAX_REF_LF_DELTAS
]; /* 0 = Intra, Last, GF, ARF */
/external/libvpx/vp8/decoder/
decodframe.c
727
for (i = 0; i <
MAX_REF_LF_DELTAS
; i++)
/external/libvpx/vp8/encoder/
bitstream.c
[
all
...]
Completed in 43 milliseconds