Home
last modified time | relevance | path

Searched refs:left0 (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c195 const MV_REFERENCE_FRAME left0 = left_mi->ref_frame[0]; in vp9_get_pred_context_single_ref_p1() local
200 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
202 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
203 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
211 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
266 const MV_REFERENCE_FRAME left0 = left_mi->ref_frame[0]; 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()
277 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p2()
278 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p2()
[all …]
/external/llvm/test/Transforms/JumpThreading/
Dimplied-cond.ll15 ; CHECK: br i1 %c0, label %left0, label %right
17 ; CHECK: left0:
23 br i1 %c1, label %left0, label %right
25 left0:
45 ; CHECK: br i1 %c0, label %left0, label %right
47 ; CHECK: left0:
53 br i1 %c1, label %left0, label %right
55 left0:
71 ; CHECK: br i1 %c, label %left0, label %right
72 ; CHECK: left0:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/
Dimplied-cond.ll15 ; CHECK: br i1 %c0, label %left0, label %right
17 ; CHECK: left0:
23 br i1 %c1, label %left0, label %right
25 left0:
45 ; CHECK: br i1 %c0, label %left0, label %right
47 ; CHECK: left0:
53 br i1 %c1, label %left0, label %right
55 left0:
71 ; CHECK: br i1 %c, label %left0, label %right
72 ; CHECK: left0:
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred4_dspr2.c85 int32_t left0, left1, left2, left3; in vpx_tm_predictor_4x4_dspr2() local
218 : [abovel] "=&r"(abovel), [abover] "=&r"(abover), [left0] "=&r"(left0), in vpx_tm_predictor_4x4_dspr2()
Dintrapred8_dspr2.c154 int32_t left0; in vpx_tm_predictor_8x8_dspr2() local
597 [left0] "=&r"(left0), [res2] "=&r"(res2), [res3] "=&r"(res3), in vpx_tm_predictor_8x8_dspr2()
Dintrapred_msa.c320 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/u-boot/arch/arm/dts/
Dkirkwood-goflexnet.dts97 left0 {
98 label = "status:white:left0";
/external/libaom/libaom/aom_dsp/mips/
Dintrapred_msa.c322 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()