Home
last modified time | relevance | path

Searched refs:sList (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdec.c2538 s = s1->sList[self_id]; in hls_decode_entry_wpp()
2635 if (s->sList[i] && s->HEVClcList[i]) in hls_slice_data_wpp()
2637 av_freep(&s->sList[i]); in hls_slice_data_wpp()
2639 s->sList[i] = av_malloc(sizeof(HEVCContext)); in hls_slice_data_wpp()
2641 if (!s->sList[i] || !s->HEVClcList[i]) { in hls_slice_data_wpp()
2645 memcpy(s->sList[i], s, sizeof(HEVCContext)); in hls_slice_data_wpp()
2646 s->sList[i]->HEVClc = s->HEVClcList[i]; in hls_slice_data_wpp()
2685 s->sList[i]->HEVClc->first_qp_group = 1; in hls_slice_data_wpp()
2686 s->sList[i]->HEVClc->qp_y = s->sList[0]->HEVClc->qp_y; in hls_slice_data_wpp()
2687 memcpy(s->sList[i], s, sizeof(HEVCContext)); in hls_slice_data_wpp()
[all …]
Dhevcdec.h472 struct HEVCContext **sList; member
Dhevc_cabac.c467 const HEVCContext *prev = s->sList[(thread + s->threads_number - 1) % s->threads_number]; in load_states()