Searched refs:MAX_DPB_SIZE (Results 1 – 8 of 8) sorted by relevance
56 #define MAX_DPB_SIZE 17 // A.4.1 macro
128 #define MAX_DPB_SIZE 16 //!< for prepare dpb info macro1066 struct h264_dpb_info_t dpb_info[MAX_DPB_SIZE]; //!< 16
599 … p_Vid->p_Dpb_layer[0]->size = MPP_MIN(p_Vid->p_Dpb_layer[1]->size, MAX_DPB_SIZE / 2); in activate_sps()
1592 for (i = 0; i < MAX_DPB_SIZE; i++) { in prepare_init_dpb_info()1941 for (i = 0; i < MAX_DPB_SIZE; i++) { in check_refer_dpb_buf_slots()1953 for (i = 0; i < MAX_DPB_SIZE; i++) { in check_refer_dpb_buf_slots()
1930 p_Dpb_layer_0->size = MPP_MIN(p_Dpb_layer_0->size, MAX_DPB_SIZE / 2); in check_mvc_dpb()1931 p_Dpb_layer_1->size = MPP_MIN(p_Dpb_layer_1->size, MAX_DPB_SIZE / 2); in check_mvc_dpb()
548 HEVCFrame DPB[MAX_DPB_SIZE];
1101 if (vps->vps_max_dec_pic_buffering[i] > MAX_DPB_SIZE) { in mpp_hevc_decode_nal_vps()1572 if (sps->temporal_layer[i].max_dec_pic_buffering > MAX_DPB_SIZE) { in mpp_hevc_decode_nal_sps()1581 if (sps->temporal_layer[i].num_reorder_pics > MAX_DPB_SIZE - 1) { in mpp_hevc_decode_nal_sps()
2099 for (i = 0; i < MAX_DPB_SIZE; i++) { in h265d_deinit()