HomeSort by: relevance | last modified time | path
    Searched defs:slice_bits (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_dsc.c 267 unsigned long slice_bits = 0; local in function:drm_dsc_compute_rc_parameters
305 slice_bits = 8 * vdsc_cfg->slice_chunk_size * vdsc_cfg->slice_height;
308 ((slice_bits - num_extra_mux_bits) % vdsc_cfg->mux_word_size))
drm_dsc.c 267 unsigned long slice_bits = 0; local in function:drm_dsc_compute_rc_parameters
305 slice_bits = 8 * vdsc_cfg->slice_chunk_size * vdsc_cfg->slice_height;
308 ((slice_bits - num_extra_mux_bits) % vdsc_cfg->mux_word_size))

Completed in 24 milliseconds