HomeSort by relevance Sort by last modified time
    Searched refs:tc0 (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-glink-3a.s 10 g: .long .g,TOC[tc0],0
aix-glink-3b.s 11 f: .long .f,TOC[tc0],0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
xcoff-toc-1.s 9 .long .foo, TOC[tc0], 0
test2xcoff32.s 12 .long .main, TOC[tc0], 0
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 43 GLuint (*tc0)[4], (*tc1)[4], (*tc2)[4];
100 tc0 = (GLuint (*)[4])VB->AttribPtr[_TNL_ATTRIB_TEX0 + t0]->data;
108 tc0 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX0];
158 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + start * tc0_stride);
218 v[0].ui = tc0[0][0];
219 v[1].ui = tc0[0][1];
225 v[2].ui = tc0[0][2];
227 v[2].ui = tc0[0][3];
233 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + tc0_stride)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 88 /* array of tc0 values, from the standard, each triplet corresponds to a
89 * column in the table. Indexing goes as tc0[indexA][bS-1] */
90 static const u8 tc0[52][3] = { variable
100 /* array of tc0 values, from the standard, each triplet corresponds to a
101 * column in the table. Indexing goes as tc0[indexA][bS] */
102 static const u8 tc0[52][5] = { variable
127 const u8 *tc0; member in struct:__anon38535
672 tc = thresholds->tc0[bS-1];
780 tc = thresholds->tc0[bS-1];
852 tc = thresholds->tc0[bS-1]
    [all...]
  /external/libavc/common/
ih264_deblk_edge_filters.c 552 UWORD8 tc0, u1_bs; local
568 /* tc0 */
569 tc0 = pu1_cliptab[u1_bs];
590 tc = tc0 + (a_p < beta) + (a_q < beta);
607 pu1_src_temp[pos_p1] += CLIP3(-tc0, tc0, val);
614 pu1_src_temp[pos_q1] += CLIP3(-tc0, tc0, val);
669 UWORD8 tc0, u1_bs; local
783 UWORD8 tc0, u1_bs; local
905 UWORD8 tc0; local
1235 UWORD8 tc0, u1_bs; local
1352 UWORD8 tc0, u1_bs; local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]

Completed in 257 milliseconds