Searched refs:ff_hevc_skip_flag_decode (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevcdec.h | 608 int ff_hevc_skip_flag_decode(HEVCContext *s, int x0, int y0,
|
D | hevc_cabac.c | 625 int ff_hevc_skip_flag_decode(HEVCContext *s, int x0, int y0, int x_cb, int y_cb) in ff_hevc_skip_flag_decode() function
|
D | hevcdec.c | 2186 uint8_t skip_flag = ff_hevc_skip_flag_decode(s, x0, y0, x_cb, y_cb); in hls_coding_unit()
|