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

  /external/webp/src/enc/
backward_references.h 134 int VP8LHashChainInit(VP8LHashChain* const p, int size);
backward_references.c 192 int VP8LHashChainInit(VP8LHashChain* const p, int size) {
    [all...]
vp8l.c 173 if (!VP8LHashChainInit(&enc->hash_chain_, pix_cnt)) return 0;
    [all...]

Completed in 53 milliseconds