Searched refs:left0 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_pred_common.c | 195 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/ |
D | implied-cond.ll | 15 ; 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/llvm-project/llvm/test/Transforms/JumpThreading/ |
D | implied-cond.ll | 15 ; 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 …]
|
D | branch-debug-info.ll | 30 br i1 %c1, label %right, label %left0 ; "line 9" to -debugify 32 left0:
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | intrapred4_dspr2.c | 85 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()
|
D | intrapred8_dspr2.c | 154 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()
|
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/libaom/libaom/aom_dsp/mips/ |
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()
|