Home | History | Annotate | Download | only in dsp

Lines Matching refs:VP8LSubSampleSize

623   const int tiles_per_row = VP8LSubSampleSize(width, bits);
677 const int tiles_per_row = VP8LSubSampleSize(width, bits);
678 const int tiles_per_col = VP8LSubSampleSize(height, bits);
1001 const int tile_xsize = VP8LSubSampleSize(width, bits);
1002 const int tile_ysize = VP8LSubSampleSize(height, bits);