Home | History | Annotate | Download | only in enc

Lines Matching refs:VP8LSubSampleSize

350     const int huff_image_size = VP8LSubSampleSize(width, histo_bits) *
351 VP8LSubSampleSize(height, histo_bits);
684 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1;
834 VP8LSubSampleSize(width, histogram_bits) *
835 VP8LSubSampleSize(height, histogram_bits);
938 VP8LSubSampleSize(width, histogram_bits),
939 VP8LSubSampleSize(height, histogram_bits),
1012 const int transform_width = VP8LSubSampleSize(width, pred_bits);
1013 const int transform_height = VP8LSubSampleSize(height, pred_bits);
1034 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits);
1035 const int transform_height = VP8LSubSampleSize(height, ccolor_transform_bits);
1134 ? VP8LSubSampleSize(width, enc->transform_bits_) *
1135 VP8LSubSampleSize(height, enc->transform_bits_)
1279 err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height);
1316 const int transform_width = VP8LSubSampleSize(width, pred_bits);
1317 const int transform_height = VP8LSubSampleSize(height, pred_bits);
1319 const int tiles_per_row = VP8LSubSampleSize(width, pred_bits);
1320 const int tiles_per_col = VP8LSubSampleSize(height, pred_bits);