Home | History | Annotate | Download | only in dec

Lines Matching refs:final_width

1455 static int AllocateInternalBuffers32b(VP8LDecoder* const dec, int final_width) {
1459 const uint64_t cache_top_pixels = (uint16_t)final_width;
1461 const uint64_t cache_pixels = (uint64_t)final_width * NUM_ARGB_CACHE_ROWS;
1465 assert(dec->width_ <= final_width);