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

  /external/webp/src/enc/
vp8i_enc.h 178 typedef struct VP8Matrix {
184 } VP8Matrix;
187 VP8Matrix y1_, y2_, uv_; // quantization matrices
quant_enc.c 205 // Initialize quantization parameters in VP8Matrix
208 static int ExpandMatrix(VP8Matrix* const m, int type) {
590 const VP8Matrix* const mtx,
    [all...]
  /external/webp/src/dsp/
dsp.h 234 struct VP8Matrix; // forward declaration
236 const struct VP8Matrix* const mtx);
239 const struct VP8Matrix* const mtx);
246 const struct VP8Matrix* const mtx);
enc_sse41.c 202 const VP8Matrix* const mtx) {
304 const VP8Matrix* const mtx) {
309 const VP8Matrix* const mtx) {
314 const VP8Matrix* const mtx) {
enc_mips32.c 192 const VP8Matrix* const mtx) {
243 const VP8Matrix* const mtx) {
    [all...]
enc_neon.c 823 const VP8Matrix* const mtx, int offset) {
    [all...]
enc.c 654 const VP8Matrix* const mtx) {
681 const VP8Matrix* const mtx) {
enc_sse2.c     [all...]
enc_mips_dsp_r2.c     [all...]
enc_msa.c 804 const VP8Matrix* const mtx) {
857 const VP8Matrix* const mtx) {

Completed in 113 milliseconds