Home | History | Annotate | Download | only in dec

Lines Matching refs:ysize

75 static int DecodeImageStream(int xsize, int ysize,
294 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
310 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision);
976 static int ReadTransform(int* const xsize, int const* ysize,
992 transform->ysize_ = *ysize;
1097 static int DecodeImageStream(int xsize, int ysize,
1103 int transform_ysize = ysize;