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 181 typedef struct VP8Matrix {
187 } VP8Matrix;
190 VP8Matrix y1_, y2_, uv_; // quantization matrices
quant_enc.c 206 // Initialize quantization parameters in VP8Matrix
209 static int ExpandMatrix(VP8Matrix* const m, int type) {
591 const VP8Matrix* const mtx,
842 static int QuantizeSingle(int16_t* const v, const VP8Matrix* const mtx) {
857 const VP8Matrix* const mtx,
    [all...]
  /external/webp/src/dsp/
dsp.h 273 struct VP8Matrix; // forward declaration
275 const struct VP8Matrix* const mtx);
278 const struct VP8Matrix* const mtx);
285 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 116 milliseconds