tb                897 libavcodec/h264.c         int tb = av_clip(poc - poc0, -128, 127);
tb                899 libavcodec/h264.c         return av_clip((tb*tx + 32) >> 6, -1024, 1023);
tb               3080 libavcodec/h264.c                 int tb = av_clip(cur_poc - poc0, -128, 127);
tb               3082 libavcodec/h264.c                 int dist_scale_factor = av_clip((tb*tx + 32) >> 6, -1024, 1023) >> 2;
tb                 83 libavcodec/rpza.c     unsigned short ta, tb;
tb                171 libavcodec/rpza.c             tb = (colorB >> 10) & 0x1F;
tb                172 libavcodec/rpza.c             color4[1] |= ((11 * ta + 21 * tb) >> 5) << 10;
tb                173 libavcodec/rpza.c             color4[2] |= ((21 * ta + 11 * tb) >> 5) << 10;
tb                177 libavcodec/rpza.c             tb = (colorB >> 5) & 0x1F;
tb                178 libavcodec/rpza.c             color4[1] |= ((11 * ta + 21 * tb) >> 5) << 5;
tb                179 libavcodec/rpza.c             color4[2] |= ((21 * ta + 11 * tb) >> 5) << 5;
tb                183 libavcodec/rpza.c             tb = colorB & 0x1F;
tb                184 libavcodec/rpza.c             color4[1] |= ((11 * ta + 21 * tb) >> 5);
tb                185 libavcodec/rpza.c             color4[2] |= ((21 * ta + 11 * tb) >> 5);
tb               3057 libavcodec/snow.c                 BlockNode *tb =                   mb_y            ? &s->block[index-b_stride  ] : NULL;
tb               3150 libavcodec/snow.c                     if(tb)
tb               3195 libavcodec/snow.c                     if(tb ) tb ->type &= ~BLOCK_OPT;