Home | History | Annotate | Download | only in libtests

Lines Matching refs:transform_width

3400 #define TRANSFORM_WIDTH  128U
3401 #define TRANSFORM_ROWMAX (TRANSFORM_WIDTH*8U)
3410 return (TRANSFORM_WIDTH * bit_size(pp, colour_type, bit_depth)) / 8;
3413 /* transform_width(pp, colour_type, bit_depth) current returns the same number
3416 #define transform_width(pp, colour_type, bit_depth) TRANSFORM_WIDTH
3459 width = transform_width(pp, COL_FROM_ID(id), DEPTH_FROM_ID(id));
3751 w = transform_width(pp, colour_type, bit_depth);
4281 w = transform_width(pp, colour_type, bit_depth);