Home | History | Annotate | Download | only in dsp

Lines Matching full:bits_per_pixel

1191   const int bits_per_pixel = 8 >> transform->bits_;                            \
1194 if (bits_per_pixel < 8) { \
1197 const uint32_t bit_mask = (1 << bits_per_pixel) - 1; \
1208 packed_pixels >>= bits_per_pixel; \