HomeSort by relevance Sort by last modified time
    Searched defs:VP8Residual (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
cost.h 27 typedef struct VP8Residual VP8Residual;
28 struct VP8Residual {
40 VP8Encoder* const enc, VP8Residual* const res);
42 int VP8RecordCoeffs(int ctx, const VP8Residual* const res);
  /external/opencv3/3rdparty/libwebp/enc/
frame.c 40 } VP8Residual;
116 static int RecordCoeffs(int ctx, const VP8Residual* const res) {
258 // helper functions for residuals struct VP8Residual.
261 VP8Encoder* const enc, VP8Residual* const res) {
270 VP8Residual* const res) {
285 static int GetResidualCost(int ctx0, const VP8Residual* const res) {
333 VP8Residual res;
346 VP8Residual res;
372 VP8Residual res;
396 static int PutCoeffs(VP8BitWriter* const bw, int ctx, const VP8Residual* res)
    [all...]

Completed in 2482 milliseconds