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

  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 423 int residual_bytes_[3][4]; member in struct:VP8Encoder
webpenc.c 325 stats->residual_bytes[s][i] = enc->residual_bytes_[s][i];
frame.c 842 enc->residual_bytes_[i][s] = (int)((it->bit_count_[s][i] + 7) >> 3);
  /external/webp/src/enc/
vp8enci.h 391 int residual_bytes_[3][4]; member in struct:VP8Encoder
webpenc.c 278 stats->residual_bytes[s][i] = enc->residual_bytes_[s][i];
frame.c 673 enc->residual_bytes_[i][s] = (int)((it->bit_count_[s][i] + 7) >> 3);

Completed in 50 milliseconds