HomeSort by relevance Sort by last modified time
    Searched defs:cb_mult (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/aom_dsp/
grain_synthesis.h 68 int cb_mult; // 8 bits member in struct:__anon26430
137 if (pa->cb_mult != pb->cb_mult) return 0;
grain_synthesis.c 581 int cb_mult = params->cb_mult - 128; // fixed scale local
598 cb_mult = 0; // fixed scale
644 cb_mult * cb[i * chroma_stride + j]) >>
694 int cb_mult = params->cb_mult - 128; \/\/ fixed scale local
    [all...]

Completed in 122 milliseconds