Home
last modified time | relevance | path

Searched refs:slice_short (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddxva2_hevc.c35 DXVA_Slice_HEVC_Short slice_short[MAX_SLICES]; member
285 slice = &ctx_pic->slice_short[i]; in commit_bitstream_and_slice_buffer()
346 slice_data = ctx_pic->slice_short; in commit_bitstream_and_slice_buffer()
347 slice_size = ctx_pic->slice_count * sizeof(*ctx_pic->slice_short); in commit_bitstream_and_slice_buffer()
397 fill_slice_short(&ctx_pic->slice_short[ctx_pic->slice_count], position, size); in dxva2_hevc_decode_slice()
Ddxva2_h264.c35 DXVA_Slice_H264_Short slice_short[MAX_SLICES]; member
352 slice = &ctx_pic->slice_short[i]; in commit_bitstream_and_slice_buffer()
429 slice_data = ctx_pic->slice_short; in commit_bitstream_and_slice_buffer()
430 slice_size = ctx_pic->slice_count * sizeof(*ctx_pic->slice_short); in commit_bitstream_and_slice_buffer()
485 fill_slice_short(&ctx_pic->slice_short[ctx_pic->slice_count], in dxva2_h264_decode_slice()