Home | History | Annotate | Download | only in dsp

Lines Matching refs:VP8LSubSampleSize

617   const int tiles_per_row = VP8LSubSampleSize(width, bits);
618 const int tiles_per_col = VP8LSubSampleSize(height, bits);
687 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_);
1003 int tile_xsize = VP8LSubSampleSize(width, bits);
1004 int tile_ysize = VP8LSubSampleSize(height, bits);
1077 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_);
1183 // the effective width of VP8LSubSampleSize(xsize_, bits_). All other
1187 VP8LSubSampleSize(transform->xsize_, transform->bits_);