OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEG_LVL_MAX
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_seg_common.c
18
static const int seg_feature_data_signed[
SEG_LVL_MAX
] = { 1, 1, 0, 0 };
20
static const int seg_feature_data_max[
SEG_LVL_MAX
] = {
vp9_seg_common.h
30
SEG_LVL_MAX
= 4 // Number of features supported
44
int16_t feature_data[MAX_SEGMENTS][
SEG_LVL_MAX
];
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
422
for (j = 0; j <
SEG_LVL_MAX
; j++) {
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
[
all
...]
vp9_onyx_if.c
[
all
...]
Completed in 35 milliseconds