• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/

Lines Matching refs:tc

5952         int8_t tc[4];
5953 tc[0] = (tc0_table+52)[index_a][bS[0]];
5954 tc[1] = (tc0_table+52)[index_a][bS[1]];
5955 tc[2] = (tc0_table+52)[index_a][bS[2]];
5956 tc[3] = (tc0_table+52)[index_a][bS[3]];
5957 h->s.dsp.h264_h_loop_filter_luma(pix, stride, alpha, beta, tc);
5968 int8_t tc[4];
5969 tc[0] = (tc0_table+52)[index_a][bS[0]]+1;
5970 tc[1] = (tc0_table+52)[index_a][bS[1]]+1;
5971 tc[2] = (tc0_table+52)[index_a][bS[2]]+1;
5972 tc[3] = (tc0_table+52)[index_a][bS[3]]+1;
5973 h->s.dsp.h264_h_loop_filter_chroma(pix, stride, alpha, beta, tc);
6014 int tc = tc0;
6019 tc++;
6023 tc++;
6026 i_delta = av_clip( (((q0 - p0 ) << 2) + (p1 - q1) + 4) >> 3, -tc, tc );
6029 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);
6097 const int tc = (tc0_table+52)[index_a][bS[bS_index]] + 1;
6106 const int i_delta = av_clip( (((q0 - p0 ) << 2) + (p1 - q1) + 4) >> 3, -tc, tc );
6110 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);
6136 int8_t tc[4];
6137 tc[0] = (tc0_table+52)[index_a][bS[0]];
6138 tc[1] = (tc0_table+52)[index_a][bS[1]];
6139 tc[2] = (tc0_table+52)[index_a][bS[2]];
6140 tc[3] = (tc0_table+52)[index_a][bS[3]];
6141 h->s.dsp.h264_v_loop_filter_luma(pix, stride, alpha, beta, tc);
6153 int8_t tc[4];
6154 tc[0] = (tc0_table+52)[index_a][bS[0]]+1;
6155 tc[1] = (tc0_table+52)[index_a][bS[1]]+1;
6156 tc[2] = (tc0_table+52)[index_a][bS[2]]+1;
6157 tc[3] = (tc0_table+52)[index_a][bS[3]]+1;
6158 h->s.dsp.h264_v_loop_filter_chroma(pix, stride, alpha, beta, tc);