Home
last modified time | relevance | path

Searched refs:left1 (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_intrapred16_dspr2.c168 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; in vp9_dc_predictor_16x16_dspr2() local
322 : [left1] "=&r" (left1), [above1] "=&r" (above1), in vp9_dc_predictor_16x16_dspr2()
Dvp9_intrapred4_dspr2.c89 int32_t left0, left1, left2, left3; in vp9_tm_predictor_4x4_dspr2() local
225 [left0] "=&r" (left0), [left1] "=&r" (left1), [left2] "=&r" (left2), in vp9_tm_predictor_4x4_dspr2()
Dvp9_intrapred8_dspr2.c77 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; in vp9_dc_predictor_8x8_dspr2() local
144 [above_r1] "=&r" (above_r1), [left1] "=&r" (left1), in vp9_dc_predictor_8x8_dspr2()
/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c224 const MV_REFERENCE_FRAME left1 = left_mbmi->ref_frame[1]; in vp9_get_pred_context_single_ref_p1() local
228 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
232 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; in vp9_get_pred_context_single_ref_p1()
295 const MV_REFERENCE_FRAME left1 = left_mbmi->ref_frame[1]; in vp9_get_pred_context_single_ref_p2() local
298 if (above0 == left0 && above1 == left1) in vp9_get_pred_context_single_ref_p2()
302 left1 == GOLDEN_FRAME); in vp9_get_pred_context_single_ref_p2()
308 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; in vp9_get_pred_context_single_ref_p2()
/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, in boxIntersect() argument
96 final boolean horizontalIntersection = left1 < right2 && left2 < right1; in boxIntersect()
/external/opencv/cxcore/include/
Dcxmisc.h467 T* left1; \
504 left = left1 = left0 + 1; \
513 if( left > left1 ) \
514 CV_SWAP( *left1, *left, t ); \
516 left1++; \
547 n = MIN( (int)(left1 - left0), (int)(left - left1) ); \
554 n = (int)(left - left1); \
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h546 FX_RECT(int left1, int top1, int right1, int bottom1) in FX_RECT()
548 left = left1; in FX_RECT()
573 void Intersect(int left1, int top1, int right1, int bottom1) in Intersect()
575 Intersect(FX_RECT(left1, top1, right1, bottom1)); in Intersect()
622 CFX_FloatRect(FX_FLOAT left1, FX_FLOAT bottom1, FX_FLOAT right1, FX_FLOAT top1) in CFX_FloatRect() argument
624 left = left1; in CFX_FloatRect()
/external/freetype/src/autofit/
Dafcjk.c1870 AF_EdgeRec left1, left2, right1, right2; in af_cjk_hint_edges()
1878 left1 = *left; in af_cjk_hint_edges()
1900 delta2 += af_hint_normal_stem( hints, &left1, &left2, delta2, 0 ); in af_cjk_hint_edges()
1907 center2 = left1.pos + ( right2.pos - left1.pos ) / 2; in af_cjk_hint_edges()
1914 left->pos = left1.pos; in af_cjk_hint_edges()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2246 CvSeqReader left0, left1, right0, right1; in cvSeqSort() local
2298 left1 = left; in cvSeqSort()
2306 if( left1.ptr != left.ptr ) in cvSeqSort()
2307 CV_SWAP_ELEMS( left1.ptr, left.ptr, elem_size ); in cvSeqSort()
2309 CV_NEXT_SEQ_ELEM( elem_size, left1 ); in cvSeqSort()
2331 if( left1.ptr != left.ptr ) in cvSeqSort()
2332 CV_SWAP_ELEMS( left1.ptr, left.ptr, elem_size ); in cvSeqSort()
2334 CV_NEXT_SEQ_ELEM( elem_size, left1 ); in cvSeqSort()
2366 l1 = cvGetSeqReaderPos( &left1 ); in cvSeqSort()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_optimize.c202 const int left1 = MAX2(write_start1, reg_start); in brw_is_mrf_written_alu() local
205 if (left0 < right0 || left1 < right1) in brw_is_mrf_written_alu()
/external/mesa3d/src/gallium/state_trackers/vega/
Dimage.c612 VGfloat left1 = dst->x; in vg_image_overlaps() local
621 return !(left2 > right1 || right2 < left1 || in vg_image_overlaps()