Home | History | Annotate | Download | only in dec

Lines Matching refs:VP8LSubSampleSize

312     const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision);
313 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision);
874 ok = DecodeImageStream(VP8LSubSampleSize(transform->xsize_,
876 VP8LSubSampleSize(transform->ysize_,
886 *xsize = VP8LSubSampleSize(transform->xsize_, bits);
963 hdr->huffman_xsize_ = VP8LSubSampleSize(width, num_bits);