OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_MB_SEGMENTS
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8i.h
62
NUM_MB_SEGMENTS
= 4,
127
int8_t quantizer_[
NUM_MB_SEGMENTS
]; // quantization changes
128
int8_t filter_strength_[
NUM_MB_SEGMENTS
]; // filter strength for segments
226
VP8QuantMatrix dqm_[
NUM_MB_SEGMENTS
];
276
VP8FInfo fstrengths_[
NUM_MB_SEGMENTS
][2]; // precalculated per-segment/type
quant.c
78
for (i = 0; i <
NUM_MB_SEGMENTS
; ++i) {
vp8.c
161
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
164
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
frame.c
108
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
/external/webp/src/dec/
vp8i.h
62
NUM_MB_SEGMENTS
= 4,
127
int8_t quantizer_[
NUM_MB_SEGMENTS
]; // quantization changes
128
int8_t filter_strength_[
NUM_MB_SEGMENTS
]; // filter strength for segments
226
VP8QuantMatrix dqm_[
NUM_MB_SEGMENTS
];
276
VP8FInfo fstrengths_[
NUM_MB_SEGMENTS
][2]; // precalculated per-segment/type
quant.c
78
for (i = 0; i <
NUM_MB_SEGMENTS
; ++i) {
vp8.c
161
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
164
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
frame.c
108
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
/external/chromium_org/third_party/libwebp/enc/
analysis.c
43
int cnt[
NUM_MB_SEGMENTS
] = { 0 };
55
for (n = 0; n <
NUM_MB_SEGMENTS
; ++n) {
80
const int centers[
NUM_MB_SEGMENTS
],
148
int centers[
NUM_MB_SEGMENTS
];
154
int accum[
NUM_MB_SEGMENTS
], dist_accum[
NUM_MB_SEGMENTS
];
vp8enci.h
54
enum {
NUM_MB_SEGMENTS
= 4,
191
typedef double LFStats[
NUM_MB_SEGMENTS
][MAX_LF_LEVELS]; // filter stats
408
VP8SegmentInfo dqm_[
NUM_MB_SEGMENTS
];
syntax.c
203
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
206
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
filter.c
347
for (s = 0; s <
NUM_MB_SEGMENTS
; s++) {
394
for (s = 0; s <
NUM_MB_SEGMENTS
; s++) {
frame.c
226
int p[
NUM_MB_SEGMENTS
] = { 0 };
234
for (n = 0; n <
NUM_MB_SEGMENTS
; ++n) {
841
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
quant.c
209
for (i = 0; i <
NUM_MB_SEGMENTS
; ++i) {
268
int map[
NUM_MB_SEGMENTS
] = { 0, 1, 2, 3 };
325
for (i = num_segments; i <
NUM_MB_SEGMENTS
; ++i) {
[
all
...]
webpenc.c
321
for (i = 0; i <
NUM_MB_SEGMENTS
; ++i) {
/external/webp/src/enc/
analysis.c
43
int cnt[
NUM_MB_SEGMENTS
] = { 0 };
55
for (n = 0; n <
NUM_MB_SEGMENTS
; ++n) {
80
const int centers[
NUM_MB_SEGMENTS
],
148
int centers[
NUM_MB_SEGMENTS
];
154
int accum[
NUM_MB_SEGMENTS
], dist_accum[
NUM_MB_SEGMENTS
];
vp8enci.h
54
enum {
NUM_MB_SEGMENTS
= 4,
191
typedef double LFStats[
NUM_MB_SEGMENTS
][MAX_LF_LEVELS]; // filter stats
408
VP8SegmentInfo dqm_[
NUM_MB_SEGMENTS
];
syntax.c
203
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
206
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
filter.c
347
for (s = 0; s <
NUM_MB_SEGMENTS
; s++) {
394
for (s = 0; s <
NUM_MB_SEGMENTS
; s++) {
frame.c
226
int p[
NUM_MB_SEGMENTS
] = { 0 };
234
for (n = 0; n <
NUM_MB_SEGMENTS
; ++n) {
841
for (s = 0; s <
NUM_MB_SEGMENTS
; ++s) {
quant.c
209
for (i = 0; i <
NUM_MB_SEGMENTS
; ++i) {
268
int map[
NUM_MB_SEGMENTS
] = { 0, 1, 2, 3 };
325
for (i = num_segments; i <
NUM_MB_SEGMENTS
; ++i) {
[
all
...]
webpenc.c
321
for (i = 0; i <
NUM_MB_SEGMENTS
; ++i) {
Completed in 3900 milliseconds