OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWITCHABLE
(Results
1 - 20
of
20
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_filter.h
27
#define SWITCHABLE_FILTERS 3 /* Number of
switchable
filters */
32
#define
SWITCHABLE
4 /* should be the last one */
vp9_entropymode.c
373
if (cm->interp_filter ==
SWITCHABLE
) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_filter.c
103
assert(filter !=
SWITCHABLE
);
vp9_filter.h
35
SWITCHABLE
= 4 /* should be the last one */
vp9_entropymode.c
387
if (cm->interp_filter ==
SWITCHABLE
) {
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
[
all
...]
vp9_bitstream.c
302
if (cm->interp_filter ==
SWITCHABLE
) {
855
vpx_wb_write_bit(wb, filter ==
SWITCHABLE
);
856
if (filter !=
SWITCHABLE
)
861
if (cm->interp_filter ==
SWITCHABLE
) {
[
all
...]
vp9_pickmode.c
[
all
...]
vp9_encodeframe.c
[
all
...]
vp9_encoder.h
359
int interp_filter_selected[MAX_REF_FRAMES][
SWITCHABLE
];
vp9_speed_features.c
518
sf->default_interp_filter =
SWITCHABLE
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c
49
/* Factor to weigh the rate for
switchable
interp filters */
[
all
...]
vp9_bitstream.c
295
if (cm->interp_filter ==
SWITCHABLE
) {
845
vp9_wb_write_bit(wb, filter ==
SWITCHABLE
);
846
if (filter !=
SWITCHABLE
)
851
if (cm->interp_filter ==
SWITCHABLE
) {
[
all
...]
vp9_pickmode.c
252
mbmi->interp_filter = cpi->common.interp_filter ==
SWITCHABLE
?
vp9_encodeframe.c
953
if (cm->interp_filter ==
SWITCHABLE
) {
[
all
...]
vp9_onyx_if.c
50
#define DEFAULT_INTERP_FILTER
SWITCHABLE
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c
598
return vp9_rb_read_bit(rb) ?
SWITCHABLE
[
all
...]
vp9_decodemv.c
464
mbmi->interp_filter = (cm->interp_filter ==
SWITCHABLE
)
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
535
mbmi->interp_filter = (cm->interp_filter ==
SWITCHABLE
)
vp9_decodeframe.c
[
all
...]
Completed in 274 milliseconds