Home | History | Annotate | Download | only in dsp

Lines Matching defs:bits_per_pixel

929   const int bits_per_pixel = 8 >> transform->bits_;
932 if (bits_per_pixel < 8) {
935 const uint32_t bit_mask = (1 << bits_per_pixel) - 1;
945 packed_pixels >>= bits_per_pixel;