tc 61 libavcodec/cavs.c tc = tc_tab[av_clip(qp_avg + h->alpha_offset,0,63)];
tc 77 libavcodec/cavs.c int qp_avg, alpha, beta, tc;
tc 116 libavcodec/cavs.c h->s.dsp.cavs_filter_lv(h->cy,h->l_stride,alpha,beta,tc,bs[0],bs[1]);
tc 117 libavcodec/cavs.c h->s.dsp.cavs_filter_cv(h->cu,h->c_stride,alpha,beta,tc,bs[0],bs[1]);
tc 118 libavcodec/cavs.c h->s.dsp.cavs_filter_cv(h->cv,h->c_stride,alpha,beta,tc,bs[0],bs[1]);
tc 122 libavcodec/cavs.c h->s.dsp.cavs_filter_lv(h->cy + 8,h->l_stride,alpha,beta,tc,bs[2],bs[3]);
tc 123 libavcodec/cavs.c h->s.dsp.cavs_filter_lh(h->cy + 8*h->l_stride,h->l_stride,alpha,beta,tc,
tc 129 libavcodec/cavs.c h->s.dsp.cavs_filter_lh(h->cy,h->l_stride,alpha,beta,tc,bs[4],bs[5]);
tc 130 libavcodec/cavs.c h->s.dsp.cavs_filter_ch(h->cu,h->c_stride,alpha,beta,tc,bs[4],bs[5]);
tc 131 libavcodec/cavs.c h->s.dsp.cavs_filter_ch(h->cv,h->c_stride,alpha,beta,tc,bs[4],bs[5]);
tc 66 libavcodec/cavsdsp.c int delta = av_clip(((q0-p0)*3+P1-Q1+4)>>3,-tc, tc);
tc 70 libavcodec/cavsdsp.c delta = av_clip(((P0-P1)*3+P2-Q0+4)>>3, -tc, tc);
tc 74 libavcodec/cavsdsp.c delta = av_clip(((Q1-Q0)*3+P0-Q2+4)>>3, -tc, tc);
tc 101 libavcodec/cavsdsp.c int delta = av_clip(((Q0-P0)*3+P1-Q1+4)>>3, -tc, tc);
tc 123 libavcodec/cavsdsp.c loop_filter_l1(d + i*stride,1,alpha,beta,tc);
tc 126 libavcodec/cavsdsp.c loop_filter_l1(d + i*stride,1,alpha,beta,tc);
tc 139 libavcodec/cavsdsp.c loop_filter_l1(d + i,stride,alpha,beta,tc);
tc 142 libavcodec/cavsdsp.c loop_filter_l1(d + i,stride,alpha,beta,tc);
tc 155 libavcodec/cavsdsp.c loop_filter_c1(d + i*stride,1,alpha,beta,tc);
tc 158 libavcodec/cavsdsp.c loop_filter_c1(d + i*stride,1,alpha,beta,tc);
tc 171 libavcodec/cavsdsp.c loop_filter_c1(d + i,stride,alpha,beta,tc);
tc 174 libavcodec/cavsdsp.c loop_filter_c1(d + i,stride,alpha,beta,tc);
tc 2966 libavcodec/dsputil.c int tc = tc0[i];
tc 2971 libavcodec/dsputil.c tc++;
tc 2975 libavcodec/dsputil.c tc++;
tc 2978 libavcodec/dsputil.c i_delta = av_clip( (((q0 - p0 ) << 2) + (p1 - q1) + 4) >> 3, -tc, tc );
tc 3056 libavcodec/dsputil.c const int tc = tc0[i];
tc 3057 libavcodec/dsputil.c if( tc <= 0 ) {
tc 3071 libavcodec/dsputil.c int delta = av_clip( (((q0 - p0 ) << 2) + (p1 - q1) + 4) >> 3, -tc, tc );
tc 335 libavcodec/dsputil.h void (*cavs_filter_lv)(uint8_t *pix, int stride, int alpha, int beta, int tc, int bs1, int bs2);
tc 336 libavcodec/dsputil.h void (*cavs_filter_lh)(uint8_t *pix, int stride, int alpha, int beta, int tc, int bs1, int bs2);
tc 337 libavcodec/dsputil.h void (*cavs_filter_cv)(uint8_t *pix, int stride, int alpha, int beta, int tc, int bs1, int bs2);
tc 338 libavcodec/dsputil.h void (*cavs_filter_ch)(uint8_t *pix, int stride, int alpha, int beta, int tc, int bs1, int bs2);
tc 5952 libavcodec/h264.c int8_t tc[4];
tc 5953 libavcodec/h264.c tc[0] = (tc0_table+52)[index_a][bS[0]];
tc 5954 libavcodec/h264.c tc[1] = (tc0_table+52)[index_a][bS[1]];
tc 5955 libavcodec/h264.c tc[2] = (tc0_table+52)[index_a][bS[2]];
tc 5956 libavcodec/h264.c tc[3] = (tc0_table+52)[index_a][bS[3]];
tc 5957 libavcodec/h264.c h->s.dsp.h264_h_loop_filter_luma(pix, stride, alpha, beta, tc);
tc 5968 libavcodec/h264.c int8_t tc[4];
tc 5969 libavcodec/h264.c tc[0] = (tc0_table+52)[index_a][bS[0]]+1;
tc 5970 libavcodec/h264.c tc[1] = (tc0_table+52)[index_a][bS[1]]+1;
tc 5971 libavcodec/h264.c tc[2] = (tc0_table+52)[index_a][bS[2]]+1;
tc 5972 libavcodec/h264.c tc[3] = (tc0_table+52)[index_a][bS[3]]+1;
tc 5973 libavcodec/h264.c h->s.dsp.h264_h_loop_filter_chroma(pix, stride, alpha, beta, tc);
tc 6014 libavcodec/h264.c int tc = tc0;
tc 6019 libavcodec/h264.c tc++;
tc 6023 libavcodec/h264.c tc++;
tc 6026 libavcodec/h264.c i_delta = av_clip( (((q0 - p0 ) << 2) + (p1 - q1) + 4) >> 3, -tc, tc );
tc 6029 libavcodec/h264.c tprintf(h->s.avctx, "filter_mb_mbaff_edgev i:%d, qp:%d, indexA:%d, alpha:%d, beta:%d, tc:%d\n# bS:%d -> [%02x, %02x, %02x, %02x, %02x, %02x] =>[%02x, %02x, %02x, %02x]\n", i, qp[qp_index], index_a, alpha, beta, tc, bS[bS_index], pix[-3], p1, p0, q0, q1, pix[2], p1, pix[-1], pix[0], q1);
tc 6097 libavcodec/h264.c const int tc = (tc0_table+52)[index_a][bS[bS_index]] + 1;
tc 6106 libavcodec/h264.c const int i_delta = av_clip( (((q0 - p0 ) << 2) + (p1 - q1) + 4) >> 3, -tc, tc );
tc 6110 libavcodec/h264.c tprintf(h->s.avctx, "filter_mb_mbaff_edgecv i:%d, qp:%d, indexA:%d, alpha:%d, beta:%d, tc:%d\n# bS:%d -> [%02x, %02x, %02x, %02x, %02x, %02x] =>[%02x, %02x, %02x, %02x]\n", i, qp[qp_index], index_a, alpha, beta, tc, bS[bS_index], pix[-3], p1, p0, q0, q1, pix[2], p1, pix[-1], pix[0], q1);
tc 6136 libavcodec/h264.c int8_t tc[4];
tc 6137 libavcodec/h264.c tc[0] = (tc0_table+52)[index_a][bS[0]];
tc 6138 libavcodec/h264.c tc[1] = (tc0_table+52)[index_a][bS[1]];
tc 6139 libavcodec/h264.c tc[2] = (tc0_table+52)[index_a][bS[2]];
tc 6140 libavcodec/h264.c tc[3] = (tc0_table+52)[index_a][bS[3]];
tc 6141 libavcodec/h264.c h->s.dsp.h264_v_loop_filter_luma(pix, stride, alpha, beta, tc);
tc 6153 libavcodec/h264.c int8_t tc[4];
tc 6154 libavcodec/h264.c tc[0] = (tc0_table+52)[index_a][bS[0]]+1;
tc 6155 libavcodec/h264.c tc[1] = (tc0_table+52)[index_a][bS[1]]+1;
tc 6156 libavcodec/h264.c tc[2] = (tc0_table+52)[index_a][bS[2]]+1;
tc 6157 libavcodec/h264.c tc[3] = (tc0_table+52)[index_a][bS[3]]+1;
tc 6158 libavcodec/h264.c h->s.dsp.h264_v_loop_filter_chroma(pix, stride, alpha, beta, tc);
tc 72 libavformat/dvenc.c struct tm tc;
tc 82 libavformat/dvenc.c brktimegm(ct, &tc);
tc 93 libavformat/dvenc.c ((tc.tm_sec / 10) << 4) | /* tens of seconds */
tc 94 libavformat/dvenc.c (tc.tm_sec % 10); /* units of seconds */
tc 96 libavformat/dvenc.c ((tc.tm_min / 10) << 4) | /* tens of minutes */
tc 97 libavformat/dvenc.c (tc.tm_min % 10); /* units of minutes */
tc 100 libavformat/dvenc.c ((tc.tm_hour / 10) << 4) | /* tens of hours */
tc 101 libavformat/dvenc.c (tc.tm_hour % 10); /* units of hours */
tc 143 libavformat/dvenc.c brktimegm(ct, &tc);
tc 147 libavformat/dvenc.c ((tc.tm_mday / 10) << 4) | /* Tens of day */
tc 148 libavformat/dvenc.c (tc.tm_mday % 10); /* Units of day */
tc 150 libavformat/dvenc.c ((tc.tm_mon / 10) << 4) | /* Tens of month */
tc 151 libavformat/dvenc.c (tc.tm_mon % 10); /* Units of month */
tc 152 libavformat/dvenc.c buf[4] = (((tc.tm_year % 100) / 10) << 4) | /* Tens of year */
tc 153 libavformat/dvenc.c (tc.tm_year % 10); /* Units of year */
tc 159 libavformat/dvenc.c brktimegm(ct, &tc);
tc 163 libavformat/dvenc.c ((tc.tm_sec / 10) << 4) | /* Tens of seconds */
tc 164 libavformat/dvenc.c (tc.tm_sec % 10); /* Units of seconds */
tc 166 libavformat/dvenc.c ((tc.tm_min / 10) << 4) | /* Tens of minutes */
tc 167 libavformat/dvenc.c (tc.tm_min % 10); /* Units of minutes */
tc 169 libavformat/dvenc.c ((tc.tm_hour / 10) << 4) | /* Tens of hours */
tc 170 libavformat/dvenc.c (tc.tm_hour % 10); /* Units of hours */