/external/libaom/libaom/aom_dsp/mips/ |
D | intrapred8_dspr2.c | 73 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; in aom_dc_predictor_8x8_dspr2() local 140 [above_r1] "=&r"(above_r1), [left1] "=&r"(left1), in aom_dc_predictor_8x8_dspr2()
|
D | intrapred16_dspr2.c | 165 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; in aom_dc_predictor_16x16_dspr2() local 319 : [left1] "=&r"(left1), [above1] "=&r"(above1), [left_l1] "=&r"(left_l1), in aom_dc_predictor_16x16_dspr2()
|
D | intrapred_msa.c | 322 v16u8 top0, top1, left0, left1, out; in intra_predict_dc_32x32_msa() local 328 LD_UB2(src_left, 16, left0, left1); in intra_predict_dc_32x32_msa() 330 HADD_UB2_UH(left0, left1, sum_left0, sum_left1); in intra_predict_dc_32x32_msa()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | intrapred16_dspr2.c | 163 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; in vpx_dc_predictor_16x16_dspr2() local 317 : [left1] "=&r"(left1), [above1] "=&r"(above1), [left_l1] "=&r"(left_l1), in vpx_dc_predictor_16x16_dspr2()
|
D | intrapred4_dspr2.c | 85 int32_t left0, left1, left2, left3; in vpx_tm_predictor_4x4_dspr2() local 219 [left1] "=&r"(left1), [left2] "=&r"(left2), [res0] "=&r"(res0), in vpx_tm_predictor_4x4_dspr2()
|
D | intrapred8_dspr2.c | 72 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; in vpx_dc_predictor_8x8_dspr2() local 139 [above_r1] "=&r"(above_r1), [left1] "=&r"(left1), in vpx_dc_predictor_8x8_dspr2()
|
D | intrapred_msa.c | 320 v16u8 top0, top1, left0, left1, out; in intra_predict_dc_32x32_msa() local 326 LD_UB2(src_left, 16, left0, left1); in intra_predict_dc_32x32_msa() 328 HADD_UB2_UH(left0, left1, sum_left0, sum_left1); in intra_predict_dc_32x32_msa()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_pred_common.c | 196 const MV_REFERENCE_FRAME left1 = left_mi->ref_frame[1]; in vp9_get_pred_context_single_ref_p1() local 200 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1() 204 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; in vp9_get_pred_context_single_ref_p1() 267 const MV_REFERENCE_FRAME left1 = left_mi->ref_frame[1]; in vp9_get_pred_context_single_ref_p2() local 270 if (above0 == left0 && above1 == left1) in vp9_get_pred_context_single_ref_p2() 273 left0 == GOLDEN_FRAME || left1 == GOLDEN_FRAME); in vp9_get_pred_context_single_ref_p2() 279 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; in vp9_get_pred_context_single_ref_p2()
|
/external/webp/src/demux/ |
D | anim_decode.c | 280 int* const left1, int* const width1, in FindBlendRangeAtRow() argument 286 *left1 = -1; in FindBlendRangeAtRow() 293 *left1 = src->x_offset; in FindBlendRangeAtRow() 299 *left1 = src->x_offset; in FindBlendRangeAtRow() 389 int left1, width1, left2, width2; in WebPAnimDecoderGetNext() local 390 FindBlendRangeAtRow(&iter, &dec->prev_iter_, canvas_y, &left1, &width1, in WebPAnimDecoderGetNext() 393 const size_t offset1 = canvas_y * width + left1; in WebPAnimDecoderGetNext()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | AABoxCollisionVolume.java | 94 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/freetype/src/autofit/ |
D | afcjk.c | 1970 AF_EdgeRec left1, left2, right1, right2; in af_cjk_hint_edges() 1978 left1 = *left; in af_cjk_hint_edges() 2000 delta2 += af_hint_normal_stem( hints, &left1, &left2, delta2, 0 ); in af_cjk_hint_edges() 2007 center2 = left1.pos + ( right2.pos - left1.pos ) / 2; in af_cjk_hint_edges() 2014 left->pos = left1.pos; in af_cjk_hint_edges()
|
/external/rust/crates/rayon/src/iter/ |
D | unzip.rs | 303 let (left1, left2, left_reducer) = self.left.split_at(index); in split_at() 309 left: left1, in split_at()
|
/external/llvm-project/llvm/test/Transforms/LICM/ |
D | hoist-phi.ll | 1176 br i1 %cmp1, label %left1, label %right1 1178 left1: 1187 ; CHECK-DISABLED: %phi2 = phi i32 [ 0, %left1 ], [ 1, %right1 ] 1189 %phi2 = phi i32 [ 0, %left1 ], [ 1, %right1 ] 1193 ; CHECK: %phi3 = phi i32 [ 2, %left1 ], [ 3, %right1 ] 1195 %phi3 = phi i32 [ 2, %left1 ], [ 3, %right1 ]
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_smooth_sse4.cc | 986 const __m128i left1 = _mm_cvtepu8_epi16(LoadLo8(left_column)); in SmoothHorizontal32x16_SSE4_1() local 1010 __m128i left_y = _mm_shuffle_epi8(left1, y_select); in SmoothHorizontal32x16_SSE4_1() 1145 const __m128i left1 = _mm_cvtepu8_epi16(LoadLo8(left_column)); in SmoothHorizontal64x16_SSE4_1() local 1188 __m128i left_y = _mm_shuffle_epi8(left1, y_select); in SmoothHorizontal64x16_SSE4_1() 1220 const __m128i left1 = _mm_cvtepu8_epi16(LoadLo8(left_column)); in SmoothHorizontal64x32_SSE4_1() local 1262 const __m128i left_y = _mm_shuffle_epi8(left1, y_select); in SmoothHorizontal64x32_SSE4_1()
|