Searched refs:SAMPLE_CTB (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevcdec.h | 76 #define SAMPLE_CTB(tab, x, y) ((tab)[(y) * min_cb_width + (x)]) macro
|
D | hevc_cabac.c | 633 inc = !!SAMPLE_CTB(s->skip_flag, x_cb - 1, y_cb); in ff_hevc_skip_flag_decode() 635 inc += !!SAMPLE_CTB(s->skip_flag, x_cb, y_cb - 1); in ff_hevc_skip_flag_decode()
|
D | hevcdec.c | 1868 int skip_flag = SAMPLE_CTB(s->skip_flag, x_cb, y_cb); in hls_prediction_unit() 2175 SAMPLE_CTB(s->skip_flag, x_cb, y_cb) = 0; in hls_coding_unit() 2202 if (SAMPLE_CTB(s->skip_flag, x_cb, y_cb)) { in hls_coding_unit()
|