Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_slice.c554 h->postpone_filter = 0; in h264_frame_start()
2013 h->postpone_filter = 1; in h264_slice_init()
2469 if (h->postpone_filter) in loop_filter()
2607 if (h->postpone_filter) in decode_slice()
2818 h->postpone_filter = 0; in ff_h264_execute_decode_slices()
2859 if (h->postpone_filter) { in ff_h264_execute_decode_slices()
2860 h->postpone_filter = 0; in ff_h264_execute_decode_slices()
Dh264dec.h380 int postpone_filter; member