Lines Matching defs:f_depth
9352 uint8_t f_depth;
38196 self->private_impl.f_depth = v_a8;
38289 if (self->private_impl.f_depth < 8) {
38290 if ((self->private_impl.f_depth != 1) && (self->private_impl.f_depth != 2) && (self->private_impl.f_depth != 4)) {
38305 if (self->private_impl.f_depth == 8) {
38309 } else if (self->private_impl.f_depth == 16) {
38320 if (self->private_impl.f_depth == 8) {
38324 } else if (self->private_impl.f_depth == 16) {
38332 if (self->private_impl.f_depth == 8) {
38338 if (self->private_impl.f_depth == 8) {
38344 } else if (self->private_impl.f_depth == 16) {
38352 if (self->private_impl.f_depth == 8) {
38356 } else if (self->private_impl.f_depth == 16) {
38375 if (self->private_impl.f_depth == 1) {
38377 } else if (self->private_impl.f_depth == 2) {
38379 } else if (self->private_impl.f_depth == 4) {
38382 v_bytes_per_channel = ((uint64_t)((self->private_impl.f_depth >> 3)));
39825 if (self->private_impl.f_depth <= 8) {
39866 if (self->private_impl.f_depth <= 1) {
39868 } else if (self->private_impl.f_depth <= 2) {
39870 } else if (self->private_impl.f_depth <= 4) {
39872 } else if (self->private_impl.f_depth <= 8) {
39880 if (self->private_impl.f_depth <= 8) {
39921 if (self->private_impl.f_depth <= 8) {
41759 if (self->private_impl.f_depth >= 8) {
41760 v_src_bytes_per_pixel = (((uint64_t)(WUFFS_PNG__NUM_CHANNELS[self->private_impl.f_color_type])) * ((uint64_t)((self->private_impl.f_depth >> 3))));
41800 if (self->private_impl.f_depth == 8) {
41858 } else if (self->private_impl.f_depth < 8) {
41861 v_multiplier = WUFFS_PNG__LOW_BIT_DEPTH_MULTIPLIERS[self->private_impl.f_depth];
41863 v_shift = ((8 - self->private_impl.f_depth) & 7);
41869 v_packs_remaining = WUFFS_PNG__LOW_BIT_DEPTH_NUM_PACKS[self->private_impl.f_depth];
41874 v_bits_packed = ((uint8_t)(v_bits_packed << self->private_impl.f_depth));