Searched refs:tc0 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_maos_vbtmp.h | 43 GLuint (*tc0)[4], (*tc1)[4], (*tc2)[4]; in TAG() local 100 tc0 = (GLuint (*)[4])VB->AttribPtr[_TNL_ATTRIB_TEX0 + t0]->data; in TAG() 108 tc0 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX0]; in TAG() 158 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + start * tc0_stride); in TAG() 218 v[0].ui = tc0[0][0]; in TAG() 219 v[1].ui = tc0[0][1]; in TAG() 225 v[2].ui = tc0[0][2]; in TAG() 227 v[2].ui = tc0[0][3]; in TAG() 233 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + tc0_stride); in TAG()
|
/external/libavc/common/ |
D | ih264_deblk_edge_filters.c | 552 UWORD8 tc0, u1_bs; in ih264_deblk_luma_vert_bslt4() local 569 tc0 = pu1_cliptab[u1_bs]; in ih264_deblk_luma_vert_bslt4() 590 tc = tc0 + (a_p < beta) + (a_q < beta); in ih264_deblk_luma_vert_bslt4() 607 pu1_src_temp[pos_p1] += CLIP3(-tc0, tc0, val); in ih264_deblk_luma_vert_bslt4() 614 pu1_src_temp[pos_q1] += CLIP3(-tc0, tc0, val); in ih264_deblk_luma_vert_bslt4() 669 UWORD8 tc0, u1_bs; in ih264_deblk_chroma_vert_bslt4_bp() local 686 tc0 = pu1_cliptab[u1_bs]; in ih264_deblk_chroma_vert_bslt4_bp() 687 tc = tc0 + 1; in ih264_deblk_chroma_vert_bslt4_bp() 783 UWORD8 tc0, u1_bs; in ih264_deblk_luma_horz_bslt4() local 803 tc0 = pu1_cliptab[u1_bs]; in ih264_deblk_luma_horz_bslt4() [all …]
|
/external/opencv3/samples/gpu/ |
D | farneback_optical_flow.cpp | 79 int64 t, t0=0, t1=1, tc0, tc1; in main() local 89 tc0 = getTickCount(); in main() 101 tc0 = getTickCount(); in main() 119 s << "opt. flow FPS: " << cvRound((getTickFrequency()/(tc1-tc0))); in main()
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-02-25-InlineAsmBug.ll | 4 define void @h264_h_loop_filter_luma_mmx2(i8* %pix, i32 %stride, i32 %alpha, i32 %beta, i8* %tc0) n…
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 7656 const long long tc0 = pCluster->GetTimeCode(); in GetTimeCode() local 7657 assert(tc0 >= 0); in GetTimeCode() 7659 const long long tc = tc0 + m_timecode; in GetTimeCode()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 7872 const long long tc0 = pCluster->GetTimeCode(); in GetTimeCode() local 7873 assert(tc0 >= 0); in GetTimeCode() 7875 const long long tc = tc0 + m_timecode; in GetTimeCode()
|