Lines Matching refs:ysize
104 static int DecodeImageStream(int xsize, int ysize,
358 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
376 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision);
1231 static int ReadTransform(int* const xsize, int const* ysize,
1247 transform->ysize_ = *ysize;
1353 static int DecodeImageStream(int xsize, int ysize,
1359 int transform_ysize = ysize;