Searched refs:vmvmask (Results 1 – 1 of 1) sorted by relevance
1166 int hmvmask = 0, vmvmask = 0, i, j; in rv34_set_deblock_coef() local1172 vmvmask |= 0x11 << (j + i*2); in rv34_set_deblock_coef()1181 vmvmask &= ~0x1111; in rv34_set_deblock_coef()1183 vmvmask |= (vmvmask & 0x4444) >> 1; in rv34_set_deblock_coef()1186 r->deblock_coefs[s->mb_x - 1 + s->mb_y*s->mb_stride] |= (vmvmask & 0x1111) << 3; in rv34_set_deblock_coef()1190 return hmvmask | vmvmask; in rv34_set_deblock_coef()