Searched refs:pix_cnt (Results 1 – 1 of 1) sorted by relevance
436 const int pix_cnt = width * height; in EncoderInit() local439 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()