Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdec.h76 #define SAMPLE_CTB(tab, x, y) ((tab)[(y) * min_cb_width + (x)]) macro
Dhevc_cabac.c633 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()
Dhevcdec.c1868 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()