OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_TYPES
(Results
1 - 25
of
25
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_default_coef_probs.h
14
static const vp9_coeff_probs_model default_coef_probs_4x4[
BLOCK_TYPES
] = {
185
static const vp9_coeff_probs_model default_coef_probs_8x8[
BLOCK_TYPES
] = {
356
static const vp9_coeff_probs_model default_coef_probs_16x16[
BLOCK_TYPES
] = {
527
static const vp9_coeff_probs_model default_coef_probs_32x32[
BLOCK_TYPES
] = {
vp9_onyxc_int.h
45
vp9_coeff_probs_model coef_probs[TX_SIZES][
BLOCK_TYPES
];
62
vp9_coeff_count_model coef[TX_SIZES][
BLOCK_TYPES
];
63
unsigned int eob_branch[TX_SIZES][
BLOCK_TYPES
][REF_TYPES]
vp9_entropy.h
69
#define
BLOCK_TYPES
2
vp9_entropy.c
391
for (i = 0; i <
BLOCK_TYPES
; ++i)
/external/libvpx/libvpx/vp8/encoder/
defaultcoefcounts.h
13
static const unsigned int default_coef_counts[
BLOCK_TYPES
]
tokenize.h
40
extern _int64 context_counters[
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
block.h
134
unsigned int coef_counts [
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
onyx_int.h
444
vp8_prob frame_coef_probs [
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
445
char update_probs [
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
447
unsigned int frame_branch_ct [
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES][2];
696
int token_costs[
BLOCK_TYPES
][COEF_BANDS]
bitstream.c
55
static unsigned int tree_update_hist [
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] [2];
791
coef_probs[
BLOCK_TYPES
][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])
797
for (i = 0; i <
BLOCK_TYPES
; i++)
924
while (++i <
BLOCK_TYPES
);
973
while (++i <
BLOCK_TYPES
);
[
all
...]
tokenize.c
24
_int64 context_counters[
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
434
fprintf(f, "int Contexts[
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];\n\n");
436
fprintf(f, "const int default_contexts[
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS] = {");
482
while (++type <
BLOCK_TYPES
);
rdopt.c
152
int c[
BLOCK_TYPES
][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS],
153
const vp8_prob p[
BLOCK_TYPES
][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES]
159
for (i = 0; i <
BLOCK_TYPES
; i++)
[
all
...]
encodeframe.c
710
while (++i <
BLOCK_TYPES
);
[
all
...]
/external/libvpx/libvpx/vp8/common/
coefupdateprobs.h
15
const vp8_prob vp8_coef_update_probs [
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] =
default_coef_probs.h
15
static const vp8_prob default_coef_probs [
BLOCK_TYPES
]
entropy.h
60
#define
BLOCK_TYPES
4
89
extern const vp8_prob vp8_coef_update_probs [
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
onyxc_int.h
43
vp8_prob coef_probs [
BLOCK_TYPES
] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h
476
vp9_coeff_count coef_counts[TX_SIZES][
BLOCK_TYPES
];
477
vp9_coeff_probs_model frame_coef_probs[TX_SIZES][
BLOCK_TYPES
];
478
vp9_coeff_stats frame_branch_ct[TX_SIZES][
BLOCK_TYPES
];
vp9_bitstream.c
46
vp9_coeff_stats tree_update_hist[TX_SIZES][
BLOCK_TYPES
];
675
for (i = 0; i <
BLOCK_TYPES
; ++i) {
726
for (i = 0; i <
BLOCK_TYPES
; ++i) {
765
for (i = 0; i <
BLOCK_TYPES
; ++i) {
816
for (i = 0; i <
BLOCK_TYPES
; ++i) {
[
all
...]
vp9_block.h
87
typedef unsigned int vp9_coeff_cost[
BLOCK_TYPES
][REF_TYPES][COEF_BANDS][2]
vp9_rdopt.c
119
vp9_coeff_probs_model (*p)[
BLOCK_TYPES
]) {
123
for (i = 0; i <
BLOCK_TYPES
; i++)
[
all
...]
vp9_onyx_if.c
[
all
...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmametadatapass.py
115
BLOCK_TYPES
= frozenset([
266
if self._context.type in EcmaContext.
BLOCK_TYPES
:
/external/chromium_org/third_party/closure_linter/closure_linter/
ecmametadatapass.py
115
BLOCK_TYPES
= frozenset([
266
if self._context.type in EcmaContext.
BLOCK_TYPES
:
/external/libvpx/libvpx/vp8/decoder/
decodframe.c
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
558
for (i = 0; i <
BLOCK_TYPES
; i++)
[
all
...]
Completed in 203 milliseconds