OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_ref_lf_deltas
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/common/
blockd.h
264
last_ref_lf_deltas
[MAX_REF_LF_DELTAS]; /* 0 = Intra, Last, GF, ARF */
member in struct:macroblockd
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
[
all
...]
onyx_if.c
392
memset(cpi->mb.e_mbd.
last_ref_lf_deltas
, 0,
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h
71
signed char
last_ref_lf_deltas
[MAX_REF_LF_DELTAS];
member in struct:__anon26209
vp9_encoder.c
899
vp9_copy(cc->
last_ref_lf_deltas
, cm->lf.last_ref_deltas);
925
vp9_copy(cm->lf.last_ref_deltas, cc->
last_ref_lf_deltas
);
[
all
...]
Completed in 133 milliseconds