Home
last modified time | relevance | path

Searched refs:MSB_MASK (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c952 #define MSB_MASK(bits) (-(1 << (bits))) macro
968 int32_t mask = MSB_MASK(s->quant_step_size[channel]); in filter_channel()
1134 MSB_MASK(s->quant_step_size[dest_ch])); in output_data()
H A Dmlpenc.c1709 #define MSB_MASK(bits) (-(int)(1u << (bits))) macro
1720 int32_t mask = MSB_MASK(ctx->cur_decoding_params->quant_step_size[channel]); in apply_filter()
1814 int32_t mask = MSB_MASK(msb_mask_bits); in rematrix_channels()

Completed in 6 milliseconds