Home
last modified time | relevance | path

Searched defs:transform_width (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dvp8l.c1012 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter() local
1034 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); in ApplyCrossColorFilter() local
1316 const int transform_width = VP8LSubSampleSize(width, pred_bits); in EncodeDeltaPalettePredictorImage() local
/external/opencv3/3rdparty/libwebp/enc/
Dvp8l.c683 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter() local
703 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); in ApplyCrossColorFilter() local
/external/libpng/contrib/libtests/
Dpngvalid.c3416 #define transform_width(pp, colour_type, bit_depth) TRANSFORM_WIDTH macro