Home
last modified time | relevance | path

Searched refs:pix_cnt (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dvp8l_enc.c436 const int pix_cnt = width * height; in EncoderInit() local
439 const int refs_block_size = (pix_cnt - 1) / MAX_REFS_BLOCK_PER_IMAGE + 1; in EncoderInit()
441 if (!VP8LHashChainInit(&enc->hash_chain_, pix_cnt)) return 0; in EncoderInit()