Searched refs:bit_depth_chroma_minus8 (Results 1 – 15 of 15) sorted by relevance
52 public int bit_depth_chroma_minus8; field in SeqParameterSet104 sps.bit_depth_chroma_minus8 = reader in read()330 writer.writeUE(bit_depth_chroma_minus8, "SPS: "); in write()530 ", \n bit_depth_chroma_minus8=" + bit_depth_chroma_minus8 + in toString()
201 unsigned char bit_depth_chroma_minus8; member383 unsigned char bit_depth_chroma_minus8; member
140 uint8_t bit_depth_chroma_minus8; member190 uint8_t bit_depth_chroma_minus8; member
118 result.bit_depth_chroma_minus8 = pic->pps->sps->bit_depth_chroma_minus8; in get_h264_msg()210 result.bit_depth_chroma_minus8 = pic->pps->sps->bit_depth_chroma_minus8; in get_h265_msg()387 pic->pps->sps->bit_depth_chroma_minus8) ? 2 : 1; in calc_ctx_size_h265_main10()
307 …f_10bit = (pic->pps->sps->bit_depth_luma_minus8 || pic->pps->sps->bit_depth_chroma_minus8) ? 2 : 1; in calc_ctx_size_h265_main10()526 result.bit_depth_chroma_minus8 = pic->pps->sps->bit_depth_chroma_minus8; in get_h264_msg()616 result.bit_depth_chroma_minus8 = pic->pps->sps->bit_depth_chroma_minus8; in get_h265_msg()
141 uint8_t bit_depth_chroma_minus8; member191 uint8_t bit_depth_chroma_minus8; member
256 …f_10bit = (pic->pps->sps->bit_depth_luma_minus8 || pic->pps->sps->bit_depth_chroma_minus8) ? 2 : 1; in calc_ctx_size_h265_main10()470 result.bit_depth_chroma_minus8 = pic->pps->sps->bit_depth_chroma_minus8; in get_h264_msg()558 result.bit_depth_chroma_minus8 = pic->pps->sps->bit_depth_chroma_minus8; in get_h265_msg()
280 uint8_t bit_depth_chroma_minus8; member422 uint8_t bit_depth_chroma_minus8; member
43 context->desc.h265.pps->sps->bit_depth_chroma_minus8 = hevc->bit_depth_chroma_minus8; in vlVaHandlePictureParameterBufferHEVC()
117 int bit_depth_chroma_minus8; member
928 READ_UE_OR_RETURN(&sps->bit_depth_chroma_minus8); in ParseSPS()929 TRUE_OR_RETURN(sps->bit_depth_chroma_minus8 < 7); in ParseSPS()
427 picture->pps->sps->bit_depth_chroma_minus8 = picture_info->bit_depth_chroma_minus8; in vlVdpDecoderRenderH265()
113 avcConfigurationBox.setBitDepthChromaMinus8(seqParameterSet.bit_depth_chroma_minus8); in parse()
456 sps->bit_depth_chroma_minus8 = vl_rbsp_ue(rbsp); in seq_parameter_set()
313 sps->bit_depth_chroma_minus8 = vl_rbsp_ue(rbsp); in seq_parameter_set()