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

  /external/webp/src/dsp/
dsp.h 126 struct VP8Matrix; // forward declaration
128 const struct VP8Matrix* const mtx);
133 const struct VP8Matrix* const mtx);
enc_sse2.c     [all...]
enc.c 603 const VP8Matrix* const mtx) {
629 const VP8Matrix* const mtx) {
enc_neon.c     [all...]
enc_mips32.c 194 const VP8Matrix* const mtx) {
    [all...]
  /external/webp/src/enc/
vp8enci.h 238 typedef struct VP8Matrix {
244 } VP8Matrix;
247 VP8Matrix y1_, y2_, uv_; // quantization matrices
quant.c 183 // Initialize quantization parameters in VP8Matrix
186 static int ExpandMatrix(VP8Matrix* const m, int type) {
553 const VP8Matrix* const mtx,
    [all...]

Completed in 816 milliseconds