Home
last modified time | relevance | path

Searched refs:VP8Residual (Results 1 – 11 of 11) sorted by relevance

/external/webp/src/enc/
Dcost_enc.h27 typedef struct VP8Residual VP8Residual; typedef
28 struct VP8Residual { struct
40 VP8Encoder* const enc, VP8Residual* const res); argument
42 int VP8RecordCoeffs(int ctx, const VP8Residual* const res);
Dcost_enc.c207 VP8Encoder* const enc, VP8Residual* const res) { in VP8InitResidual()
220 VP8Residual res; in VP8GetCostLuma4()
233 VP8Residual res; in VP8GetCostLuma16()
259 VP8Residual res; in VP8GetCostUV()
289 int VP8RecordCoeffs(int ctx, const VP8Residual* const res) { in VP8RecordCoeffs()
Dframe_enc.c236 static int PutCoeffs(VP8BitWriter* const bw, int ctx, const VP8Residual* res) { in PutCoeffs()
312 VP8Residual res; in CodeResiduals()
366 VP8Residual res; in RecordResiduals()
414 VP8Residual res; in RecordTokens()
Dtoken_enc.c113 int VP8RecordCoeffTokens(int ctx, const struct VP8Residual* const res, in VP8RecordCoeffTokens()
Dvp8i_enc.h336 int VP8RecordCoeffTokens(int ctx, const struct VP8Residual* const res,
/external/webp/src/dsp/
Dcost.c322 static int GetResidualCost_C(int ctx0, const VP8Residual* const res) { in GetResidualCost_C()
358 VP8Residual* const res) { in SetResidualCoeffs_C()
Dcost_mips32.c18 static int GetResidualCost_MIPS32(int ctx0, const VP8Residual* const res) { in GetResidualCost_MIPS32()
100 VP8Residual* const res) { in SetResidualCoeffs_MIPS32()
Dcost_sse2.c26 VP8Residual* const res) { in SetResidualCoeffs_SSE2()
45 static int GetResidualCost_SSE2(int ctx0, const VP8Residual* const res) { in GetResidualCost_SSE2()
Dcost_neon.c23 VP8Residual* const res) { in SetResidualCoeffs_NEON()
51 static int GetResidualCost_NEON(int ctx0, const VP8Residual* const res) { in GetResidualCost_NEON()
Dcost_mips_dsp_r2.c18 static int GetResidualCost_MIPSdspR2(int ctx0, const VP8Residual* const res) { in GetResidualCost_MIPSdspR2()
Ddsp.h322 struct VP8Residual;
324 struct VP8Residual* const res);
329 const struct VP8Residual* const res);