Home | History | Annotate | Download | only in dec

Lines Matching refs:VP8LSubSampleSize

374     const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision);
375 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision);
1218 ok = DecodeImageStream(VP8LSubSampleSize(transform->xsize_,
1220 VP8LSubSampleSize(transform->ysize_,
1230 *xsize = VP8LSubSampleSize(transform->xsize_, bits);
1311 hdr->huffman_xsize_ = VP8LSubSampleSize(width, num_bits);