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

  /external/chromium_org/third_party/libwebp/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/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/chromium_org/third_party/libwebp/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],
145 int centers[NUM_MB_SEGMENTS];
151 int accum[NUM_MB_SEGMENTS], dist_accum[NUM_MB_SEGMENTS];
154 assert(nb <= NUM_MB_SEGMENTS);
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...]
  /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],
145 int centers[NUM_MB_SEGMENTS];
151 int accum[NUM_MB_SEGMENTS], dist_accum[NUM_MB_SEGMENTS];
154 assert(nb <= NUM_MB_SEGMENTS);
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 211 milliseconds