OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_mode_deltas
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h
43
signed char
last_mode_deltas
[MAX_MODE_LF_DELTAS];
member in struct:loopfilter
vp9_entropymode.c
486
vp9_zero(lf->
last_mode_deltas
);
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
102
vp9_copy(cc->last_mode_lf_deltas, cm->lf.
last_mode_deltas
);
140
vp9_copy(cm->lf.
last_mode_deltas
, cc->last_mode_lf_deltas);
vp9_bitstream.c
[
all
...]
vp9_onyx_if.c
254
vp9_zero(lf->
last_mode_deltas
);
[
all
...]
Completed in 32 milliseconds