HomeSort by relevance Sort by last modified time
    Searched refs:NUM_MB_SEGMENTS (Results 1 - 11 of 11) sorted by null

  /external/webp/src/dec/
vp8i.h 61 NUM_MB_SEGMENTS = 4,
129 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes
130 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments
259 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS];
292 VP8FInfo fstrengths_[NUM_MB_SEGMENTS][2]; // precalculated per-segment/type
quant.c 74 for (i = 0; i < NUM_MB_SEGMENTS; ++i) {
vp8.c 162 for (s = 0; s < NUM_MB_SEGMENTS; ++s) {
165 for (s = 0; s < NUM_MB_SEGMENTS; ++s) {
frame.c 99 for (s = 0; s < NUM_MB_SEGMENTS; ++s) {
166 for (s = 0; s < NUM_MB_SEGMENTS; ++s) {
  /external/webp/src/enc/
analysis.c 39 int cnt[NUM_MB_SEGMENTS] = { 0 };
51 for (n = 0; n < NUM_MB_SEGMENTS; ++n) {
77 const int centers[NUM_MB_SEGMENTS],
144 // 'num_segments_' is previously validated and <= NUM_MB_SEGMENTS, but an
147 const int nb = (enc->segment_hdr_.num_segments_ < NUM_MB_SEGMENTS) ?
148 enc->segment_hdr_.num_segments_ : NUM_MB_SEGMENTS;
149 int centers[NUM_MB_SEGMENTS];
155 int accum[NUM_MB_SEGMENTS], dist_accum[NUM_MB_SEGMENTS];
158 assert(nb <= NUM_MB_SEGMENTS);
    [all...]
filter.c 217 for (s = 0; s < NUM_MB_SEGMENTS; s++) {
263 for (s = 0; s < NUM_MB_SEGMENTS; s++) {
279 for (s = 0; s < NUM_MB_SEGMENTS; s++) {
vp8enci.h 54 enum { NUM_MB_SEGMENTS = 4,
193 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats
430 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];
syntax.c 199 for (s = 0; s < NUM_MB_SEGMENTS; ++s) {
202 for (s = 0; s < NUM_MB_SEGMENTS; ++s) {
webpenc.c 272 for (i = 0; i < NUM_MB_SEGMENTS; ++i) {
frame.c 193 int p[NUM_MB_SEGMENTS] = { 0 };
201 for (n = 0; n < NUM_MB_SEGMENTS; ++n) {
676 for (s = 0; s < NUM_MB_SEGMENTS; ++s) {
quant.c 263 for (i = 0; i < NUM_MB_SEGMENTS; ++i) {
326 int map[NUM_MB_SEGMENTS] = { 0, 1, 2, 3 };
383 for (i = num_segments; i < NUM_MB_SEGMENTS; ++i) {
    [all...]

Completed in 132 milliseconds