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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 83 struct VP8Matrix; // forward declaration
85 int n, const struct VP8Matrix* const mtx);
enc.c 632 int n, const VP8Matrix* const mtx) {
enc_sse2.c     [all...]
  /external/webp/src/dsp/
dsp.h 160 struct VP8Matrix; // forward declaration
162 const struct VP8Matrix* const mtx);
165 const struct VP8Matrix* const mtx);
172 const struct VP8Matrix* const mtx);
enc_sse41.c 236 const VP8Matrix* const mtx) {
338 const VP8Matrix* const mtx) {
343 const VP8Matrix* const mtx) {
348 const VP8Matrix* const mtx) {
enc_mips32.c 191 const VP8Matrix* const mtx) {
242 const VP8Matrix* const mtx) {
    [all...]
enc.c 625 const VP8Matrix* const mtx) {
651 const VP8Matrix* const mtx) {
659 const VP8Matrix* const mtx) {
enc_neon.c 821 const VP8Matrix* const mtx, int offset) {
    [all...]
enc_sse2.c     [all...]
enc_mips_dsp_r2.c     [all...]
  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 236 typedef struct VP8Matrix {
242 } VP8Matrix;
245 VP8Matrix y1_, y2_, uv_; // quantization matrices
quant.c 140 // Initialize quantization parameters in VP8Matrix
143 static int ExpandMatrix(VP8Matrix* const m, int type) {
490 const VP8Matrix* const mtx,
    [all...]
  /external/webp/src/enc/
vp8enci.h 182 typedef struct VP8Matrix {
188 } VP8Matrix;
191 VP8Matrix y1_, y2_, uv_; // quantization matrices
quant.c 207 // Initialize quantization parameters in VP8Matrix
210 static int ExpandMatrix(VP8Matrix* const m, int type) {
573 const VP8Matrix* const mtx,
    [all...]

Completed in 134 milliseconds