Searched refs:transform_width (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | vp8l_enc.c | 1095 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter() local 1111 (VP8LBackwardRefs*)&enc->refs_[0], transform_width, transform_height, in ApplyPredictFilter() 1120 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); in ApplyCrossColorFilter() local 1131 (VP8LBackwardRefs*)&enc->refs_[0], transform_width, transform_height, in ApplyCrossColorFilter()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 3788 #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()
|