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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.h84 #define SAMPLE_CTB(tab, x, y) ((tab)[(y) * min_cb_width + (x)]) macro
H A Dhevc_cabac.c665 inc = !!SAMPLE_CTB(s->skip_flag, x_cb - 1, y_cb);
667 inc += !!SAMPLE_CTB(s->skip_flag, x_cb, y_cb - 1);
H A Dhevc.c1637 if (SAMPLE_CTB(s->skip_flag, x_cb, y_cb)) {
2001 SAMPLE_CTB(s->skip_flag, x_cb, y_cb) = 0;
2022 if (SAMPLE_CTB(s->skip_flag, x_cb, y_cb)) {

Completed in 140 milliseconds