Searched defs:transform_width (Results 1 – 3 of 3) sorted by relevance
1012 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter() local1034 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); in ApplyCrossColorFilter() local1316 const int transform_width = VP8LSubSampleSize(width, pred_bits); in EncodeDeltaPalettePredictorImage() local
683 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter() local703 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); in ApplyCrossColorFilter() local
3416 #define transform_width(pp, colour_type, bit_depth) TRANSFORM_WIDTH macro