Home
last modified time | relevance | path

Searched refs:transform_width (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Dvp8l_enc.c1082 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter() local
1099 (VP8LBackwardRefs*)&enc->refs_[1], transform_width, transform_height, in ApplyPredictFilter()
1108 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); in ApplyCrossColorFilter() local
1120 (VP8LBackwardRefs*)&enc->refs_[1], transform_width, transform_height, in ApplyCrossColorFilter()
/external/libpng/contrib/libtests/
Dpngvalid.c3788 #define transform_width(pp, colour_type, bit_depth) TRANSFORM_WIDTH macro
3831 width = transform_width(pp, COL_FROM_ID(id), DEPTH_FROM_ID(id)); in standard_width()
4126 w = transform_width(pp, colour_type, bit_depth); in make_transform_image()
4656 w = transform_width(pp, colour_type, bit_depth); in make_error()