Lines Matching defs:res
65 #define kmvc_getbit(bb, g, res) {\
66 res = 0; \
67 if (bb.bitbuf & (1 << bb.bits)) res = 1; \
78 int res, val;
92 kmvc_getbit(bb, &ctx->g, res);
93 if (!res) { // fill whole 8x8 block
101 kmvc_getbit(bb, &ctx->g, res);
102 if (!res) {
103 kmvc_getbit(bb, &ctx->g, res);
104 if (!res) { // fill whole 4x4 block
124 kmvc_getbit(bb, &ctx->g, res);
125 if (!res) {
126 kmvc_getbit(bb, &ctx->g, res);
127 if (!res) { // fill whole 2x2 block
167 int res, val;
177 kmvc_getbit(bb, &ctx->g, res);
178 if (!res) {
179 kmvc_getbit(bb, &ctx->g, res);
180 if (!res) { // fill whole 8x8 block
201 kmvc_getbit(bb, &ctx->g, res);
202 if (!res) {
203 kmvc_getbit(bb, &ctx->g, res);
204 if (!res) { // fill whole 4x4 block
224 kmvc_getbit(bb, &ctx->g, res);
225 if (!res) {
226 kmvc_getbit(bb, &ctx->g, res);
227 if (!res) { // fill whole 2x2 block