Searched refs:c0123 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 126 const int c0123 = c01 + c23; in cost_segmap() local 130 int cost = c0123 * vp9_cost_zero(probs[0]) + c4567 * vp9_cost_one(probs[0]); in cost_segmap() 133 if (c0123 > 0) { in cost_segmap()
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | reduction.ll | 110 %c0123 = icmp sgt i32 %t8, %t3 111 %rdx4 = select i1 %c0123, i32 %t8, i32 %t3
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_avx2.c | 2525 __m256i diff, min_base_y256, c3f, dy256, c1234, c0123, c8; in highbd_dr_prediction_32bit_z2_HxW_avx2() local 2535 c0123 = _mm256_setr_epi32(0, 1, 2, 3, 4, 5, 6, 7); in highbd_dr_prediction_32bit_z2_HxW_avx2() 2536 c1234 = _mm256_add_epi32(c0123, c1); in highbd_dr_prediction_32bit_z2_HxW_avx2() 2572 r6 = _mm256_slli_epi32(_mm256_add_epi32(c0123, j256), 6); in highbd_dr_prediction_32bit_z2_HxW_avx2() 2607 _mm256_add_epi32(c0123, _mm256_add_epi32(j256, c8)), 6); in highbd_dr_prediction_32bit_z2_HxW_avx2() 2721 __m256i diff, min_base_y256, dy256, c1234, c0123; in highbd_dr_prediction_z2_HxW_avx2() local 2729 c0123 = in highbd_dr_prediction_z2_HxW_avx2() 2731 c1234 = _mm256_add_epi16(c0123, c1); in highbd_dr_prediction_z2_HxW_avx2() 2787 r6 = _mm256_slli_epi16(_mm256_add_epi16(c0123, j256), 6); in highbd_dr_prediction_z2_HxW_avx2() 4115 __m256i a0_x, a1_x, a0_y, a1_y, a32, a16, c1234, c0123; in dr_prediction_z2_HxW_avx2() local [all …]
|
/external/llvm-project/mlir/test/Conversion/AffineToStandard/ |
D | lower-affine.mlir | 358 // CHECK-NEXT: %[[c0123:.+]] = cmpi "slt", %[[r012]], %{{.*}} : index 359 // CHECK-NEXT: %[[r0123:.+]] = select %[[c0123]], %[[r012]], %{{.*}} : index
|