Lines Matching refs:bit_depth_chroma
911 int bit_depth_chroma, start, vui_present, sublayer_ordering_info;
986 bit_depth_chroma = get_ue_golomb_long(gb) + 8;
987 if (sps->chroma_format_idc && bit_depth_chroma != sps->bit_depth) {
991 sps->bit_depth, bit_depth_chroma);
994 sps->bit_depth_chroma = bit_depth_chroma;
1084 sps->pcm.bit_depth_chroma = get_bits(gb, 4) + 1;
1088 if (FFMAX(sps->pcm.bit_depth, sps->pcm.bit_depth_chroma) > sps->bit_depth) {
1091 sps->pcm.bit_depth, sps->pcm.bit_depth_chroma, sps->bit_depth);
1357 || pps->log2_sao_offset_scale_chroma > FFMAX(sps->bit_depth_chroma - 10, 0)