Searched defs:comp1 (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c679 uint32_t comp1 = BRW_VE1_COMPONENT_STORE_SRC; local
705 case 1: comp1 = BRW_VE1_COMPONENT_STORE_0;
726 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) |
731 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) |
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dsad_msa.c1131 v16u8 pred0, pred1, pred2, pred3, comp0, comp1; local
1141 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1);
1142 sad += SAD_UB2_UH(src0, src1, comp0, comp1);
1143 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1);
1144 sad += SAD_UB2_UH(src2, src3, comp0, comp1);
1152 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1);
1153 sad += SAD_UB2_UH(src0, src1, comp0, comp1);
1154 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1);
1155 sad += SAD_UB2_UH(src2, src3, comp0, comp1);
1168 v16u8 comp0, comp1; local
1203 v16u8 comp0, comp1, comp2, comp3; local
[all...]
/external/opencv3/modules/stitching/src/
H A Dmotion_estimators.cpp703 int comp1 = comps.findSetByElem(i); local
705 if (comp1 != comp2)
707 comps.mergeSets(comp1, comp2);
765 int comp1 = comps.findSetByElem(i); local
767 if (comp1 != comp2)
768 comps.mergeSets(comp1, comp2);
839 int comp1 = comps.findSetByElem(edges[i].from); local
841 if (comp1 != comp2)
843 comps.mergeSets(comp1, comp2);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh1306 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); local
1312 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */
1317 if ((id1 > 0 && !comp1) || (id2 > 0 && !comp2))
/external/opencv3/modules/features2d/src/
H A Dmser.cpp299 void merge( ConnectedComp* comp1, ConnectedComp* comp2, argument
302 comp1->growHistory( hptr, wp, -1, false );
305 if( comp1->size < comp2->size )
306 std::swap(comp1, comp2);
310 gray_level = comp1->gray_level;
311 head = comp1->head;
312 tail = comp1->tail;
313 size = comp1->size;
314 history = comp1->history;
318 CompHistory* h1 = comp1
[all...]
/external/libxml2/
H A Drelaxng.c642 void *comp1,
2575 void *comp1,
2589 if (comp1 == NULL) {
2596 res1 = (xmlSchemaValPtr) comp1;
2600 if (res1 != (xmlSchemaValPtr) comp1)
2605 if (res1 != (xmlSchemaValPtr) comp1)
2685 void *comp1 ATTRIBUTE_UNUSED,
2571 xmlRelaxNGSchemaTypeCompare(void *data ATTRIBUTE_UNUSED, const xmlChar * type, const xmlChar * value1, xmlNodePtr ctxt1, void *comp1, const xmlChar * value2, xmlNodePtr ctxt2) argument

Completed in 450 milliseconds