Lines Matching defs:shift
277 /* Hence either use SHL which takes care of handling these issues based on platform or shift in two stages */
637 WORD32 shift = (31 - (ctb_size / MIN_TU_SIZE));
640 /* Since we need pattern of 1's starting from the MSB, an additional shift */
642 shift += ((ctb_size - ctb_size_top) / MIN_TU_SIZE);
645 << shift;