OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTER_FRAME
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/libvpx/vp8/common/
blockd.h
67
INTER_FRAME
= 1
loopfilter.c
29
lfi->hev_thr_lut[
INTER_FRAME
][filt_lvl] = 3;
34
lfi->hev_thr_lut[
INTER_FRAME
][filt_lvl] = 2;
39
lfi->hev_thr_lut[
INTER_FRAME
][filt_lvl] = 1;
44
lfi->hev_thr_lut[
INTER_FRAME
][filt_lvl] = 0;
mfqe.c
307
if (frame_type ==
INTER_FRAME
) totmap = qualify_inter_mb(mode_info_context, map);
/external/libvpx/libvpx/vp8/encoder/
mr_dissim.c
232
/* Set frame_type to be
INTER_FRAME
since we won't drop key frame. */
233
store_info->frame_type =
INTER_FRAME
;
firstpass.c
[
all
...]
ratectrl.c
450
int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[
INTER_FRAME
] : cpi->oxcf.fixed_q;
[
all
...]
bitstream.c
[
all
...]
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
decodframe.c
[
all
...]
Completed in 253 milliseconds