OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWITCHABLE_FILTERS
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymode.h
20
#define
SWITCHABLE_FILTERS
3 // number of switchable filters
53
[2 * (
SWITCHABLE_FILTERS
- 1)];
55
extern struct vp9_token vp9_switchable_interp_encodings[
SWITCHABLE_FILTERS
];
vp9_entropymode.c
320
static const vp9_prob default_switchable_interp_prob[
SWITCHABLE_FILTERS
+1]
321
[
SWITCHABLE_FILTERS
-1] = {
341
const vp9_tree_index vp9_switchable_interp_tree[
SWITCHABLE_FILTERS
*2-2] = {
345
struct vp9_token vp9_switchable_interp_encodings[
SWITCHABLE_FILTERS
];
424
for (i = 0; i <=
SWITCHABLE_FILTERS
; i++)
425
update_mode_probs(
SWITCHABLE_FILTERS
, vp9_switchable_interp_tree,
vp9_onyxc_int.h
46
vp9_prob switchable_interp_prob[
SWITCHABLE_FILTERS
+ 1]
47
[
SWITCHABLE_FILTERS
- 1];
65
unsigned int switchable_interp[
SWITCHABLE_FILTERS
+ 1]
66
[
SWITCHABLE_FILTERS
];
vp9_pred_common.c
34
:
SWITCHABLE_FILTERS
;
41
:
SWITCHABLE_FILTERS
;
45
else if (left_interp ==
SWITCHABLE_FILTERS
&&
46
above_interp !=
SWITCHABLE_FILTERS
)
48
else if (left_interp !=
SWITCHABLE_FILTERS
&&
49
above_interp ==
SWITCHABLE_FILTERS
)
52
return
SWITCHABLE_FILTERS
;
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
51
int64_t best_filter_diff[
SWITCHABLE_FILTERS
+ 1];
129
int switchable_interp_costs[
SWITCHABLE_FILTERS
+ 1]
130
[
SWITCHABLE_FILTERS
];
vp9_modecosts.c
39
for (i = 0; i <=
SWITCHABLE_FILTERS
; ++i)
vp9_onyx_int.h
88
vp9_prob switchable_interp_prob[
SWITCHABLE_FILTERS
+ 1]
89
[
SWITCHABLE_FILTERS
- 1];
407
int64_t rd_filter_diff[
SWITCHABLE_FILTERS
+ 1];
408
int64_t rd_filter_threshes[4][
SWITCHABLE_FILTERS
+ 1];
409
int64_t rd_filter_cache[
SWITCHABLE_FILTERS
+ 1];
651
unsigned int switchable_interp_count[
SWITCHABLE_FILTERS
+ 1]
652
[
SWITCHABLE_FILTERS
];
vp9_bitstream.c
57
int64_t switchable_interp_stats[
SWITCHABLE_FILTERS
+1]
58
[
SWITCHABLE_FILTERS
];
91
for (i = 0; i <
SWITCHABLE_FILTERS
+1; ++i)
92
for (j = 0; j <
SWITCHABLE_FILTERS
; ++j) {
144
"vp9_default_switchable_filter_count[
SWITCHABLE_FILTERS
+1]"
145
"[
SWITCHABLE_FILTERS
] = {\n");
146
for (i = 0; i <
SWITCHABLE_FILTERS
+1; i++) {
148
for (j = 0; j <
SWITCHABLE_FILTERS
; j++) {
242
unsigned int branch_ct[
SWITCHABLE_FILTERS
+ 1]
243
[
SWITCHABLE_FILTERS
- 1][2]
[
all
...]
vp9_rdopt.c
[
all
...]
vp9_encodeframe.c
454
for (i = 0; i <=
SWITCHABLE_FILTERS
; i++)
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
349
for (j = 0; j <
SWITCHABLE_FILTERS
+ 1; ++j)
350
for (i = 0; i <
SWITCHABLE_FILTERS
- 1; ++i)
Completed in 71 milliseconds