Searched refs:idx1 (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dcluster.c27 return TO_BROTLI_BOOL((p1->idx2 - p1->idx1) > (p2->idx2 - p2->idx1));
H A Dcluster_inc.h12 /* Computes the bit cost reduction by combining out[idx1] and out[idx2] and if
13 it is below a threshold, stores the pair (idx1, idx2) in the *pairs queue. */
15 const HistogramType* out, const uint32_t* cluster_size, uint32_t idx1,
20 p.idx1 = p.idx2 = 0;
22 if (idx1 == idx2) {
25 if (idx2 < idx1) {
27 idx2 = idx1;
28 idx1 = t;
30 p.idx1 = idx1;
[all...]
H A Dcluster.h22 uint32_t idx1; member in struct:HistogramPair
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tess_io.cpp89 auto idx1 = nir_src_as_const_value(op->src[0]); local in function:emil_lsd_in_addr
90 if (!idx1 || idx1->u32 != 0)
H A Dsfn_emitaluinstruction.cpp872 int idx1 = 1; local in function:r600::EmitAluInstruction::emit_alu_op2
875 std::swap(idx0, idx1);
884 m_src[idx0][i], m_src[idx1][i], write);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp718 unsigned int idx1 = _VtxCurrentIdx; local in function:ImDrawList::AddPolyline
722 unsigned int idx2 = (i1+1) == points_count ? _VtxCurrentIdx : idx1+3;
739 _IdxWritePtr[0] = (ImDrawIdx)(idx2+0); _IdxWritePtr[1] = (ImDrawIdx)(idx1+0); _IdxWritePtr[2] = (ImDrawIdx)(idx1+2);
740 _IdxWritePtr[3] = (ImDrawIdx)(idx1+2); _IdxWritePtr[4] = (ImDrawIdx)(idx2+2); _IdxWritePtr[5] = (ImDrawIdx)(idx2+0);
741 _IdxWritePtr[6] = (ImDrawIdx)(idx2+1); _IdxWritePtr[7] = (ImDrawIdx)(idx1+1); _IdxWritePtr[8] = (ImDrawIdx)(idx1+0);
742 _IdxWritePtr[9] = (ImDrawIdx)(idx1+0); _IdxWritePtr[10]= (ImDrawIdx)(idx2+0); _IdxWritePtr[11]= (ImDrawIdx)(idx2+1);
745 idx1 = idx2;
773 unsigned int idx1 local in function:ImDrawList::AddPolyline
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp718 unsigned int idx1 = _VtxCurrentIdx; local in function:ImDrawList::AddPolyline
722 unsigned int idx2 = (i1+1) == points_count ? _VtxCurrentIdx : idx1+3;
739 _IdxWritePtr[0] = (ImDrawIdx)(idx2+0); _IdxWritePtr[1] = (ImDrawIdx)(idx1+0); _IdxWritePtr[2] = (ImDrawIdx)(idx1+2);
740 _IdxWritePtr[3] = (ImDrawIdx)(idx1+2); _IdxWritePtr[4] = (ImDrawIdx)(idx2+2); _IdxWritePtr[5] = (ImDrawIdx)(idx2+0);
741 _IdxWritePtr[6] = (ImDrawIdx)(idx2+1); _IdxWritePtr[7] = (ImDrawIdx)(idx1+1); _IdxWritePtr[8] = (ImDrawIdx)(idx1+0);
742 _IdxWritePtr[9] = (ImDrawIdx)(idx1+0); _IdxWritePtr[10]= (ImDrawIdx)(idx2+0); _IdxWritePtr[11]= (ImDrawIdx)(idx2+1);
745 idx1 = idx2;
773 unsigned int idx1 local in function:ImDrawList::AddPolyline
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit.c2236 SiS_GetFIFOThresholdIndex300(struct SiS_Private *SiS_Pr, unsigned short *idx1, argument
2246 (*idx1) = (unsigned short)(SiS_GetReg(SiS_Pr->SiS_P3c4,0x16) >> 6) & 0x03;
2247 (*idx1) |= (unsigned short)(((SiS_GetReg(SiS_Pr->SiS_P3c4,0x14) >> 4) & 0x0c));
2248 (*idx1) <<= 1;
2252 SiS_GetFIFOThresholdA300(unsigned short idx1, unsigned short idx2) argument
2260 return (unsigned short)((ThLowA[idx1 + 1] * idx2) + ThLowA[idx1]);
2264 SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2) argument
2272 return (unsigned short)((ThLowB[idx1 + 1] * idx2) + ThLowB[idx1]);
2279 unsigned short idx1, idx2; local in function:SiS_DoCalcDelay
[all...]
H A Dinit.h1571 void SiS_GetFIFOThresholdIndex300(struct SiS_Private *SiS_Pr, unsigned short *idx1,
1573 unsigned short SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2);
/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Drnn.c1100 int idx1 = 0; local in function:prepvarinfo
1102 idx1 = findvidx(db, varset, first);
1109 if (idx1 != -1 && idx2 != -1)
1110 for (i = idx1; i < idx2; i++)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1689 unsigned idx1 = i, idx2 = i; local in function:convert_alpha
1692 idx1 *= alpha_span;
1693 idx2 = idx1 + 1;
1697 src_alpha[idx1],
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2273 unsigned idx1 = i, idx2 = i; local in function:convert_alpha
2276 idx1 *= alpha_span;
2277 idx2 = idx1 + 1;
2281 src_alpha[idx1],

Completed in 72 milliseconds