Home
last modified time | relevance | path

Searched refs:lambda_factor (Results 1 – 25 of 53) sorted by relevance

123

/dports/multimedia/jmref/JM/lencod/src/
H A Dme_fullsearch.c76 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in full_search_motion_estimation()
80 distblk tmp = weighted_cost (lambda_factor, 16); in full_search_motion_estimation()
212 int lambda_factor = lambda[H_PEL]; in sub_pel_motion_estimation() local
227 mcost = mv_cost (p_Vid, lambda_factor, &cand, pred); in sub_pel_motion_estimation()
238 mcost -= weighted_cost (lambda_factor, 16); in sub_pel_motion_estimation()
260 lambda_factor = lambda[Q_PEL]; in sub_pel_motion_estimation()
325 int lambda_factor = lambda[H_PEL]; in sub_pel_bipred_motion_estimation() local
368 lambda_factor = lambda[Q_PEL]; in sub_pel_bipred_motion_estimation()
434 int lambda_factor = lambda[Q_PEL]; in full_sub_pel_motion_estimation() local
455 mcost -= weighted_cost (lambda_factor, 16); in full_sub_pel_motion_estimation()
[all …]
H A Dme_epzs_sub.c55 int lambda_factor = lambda[H_PEL]; in EPZS_sub_pel_motion_estimation() local
56 distblk lambda_dist = weighted_cost(lambda_factor, 2); in EPZS_sub_pel_motion_estimation()
108 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred_mv); in EPZS_sub_pel_motion_estimation()
147 lambda_factor = lambda[Q_PEL]; in EPZS_sub_pel_motion_estimation()
155 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred_mv); in EPZS_sub_pel_motion_estimation()
190 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred_mv); in EPZS_sub_pel_motion_estimation()
258 int lambda_factor = lambda[H_PEL]; in EPZS_sub_pel_bipred_motion_estimation() local
259 distblk lambda_dist = weighted_cost(lambda_factor, 2); in EPZS_sub_pel_bipred_motion_estimation()
277 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred_mv1); in EPZS_sub_pel_bipred_motion_estimation()
355 lambda_factor = lambda[Q_PEL]; in EPZS_sub_pel_bipred_motion_estimation()
[all …]
H A Dme_epzs.c78 distblk lambda_dist = weighted_cost(lambda_factor, 2); in EPZS_motion_estimation()
112 min_mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in EPZS_motion_estimation()
235 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in EPZS_motion_estimation()
451 distblk lambda_dist = weighted_cost(lambda_factor,3); in EPZS_subMB_motion_estimation()
479 min_mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in EPZS_subMB_motion_estimation()
562 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in EPZS_subMB_motion_estimation()
788 distblk lambda_dist = weighted_cost(lambda_factor, 4); in EPZS_bipred_motion_estimation()
814 min_mcost = mv_cost (p_Vid, lambda_factor, &cand1, &pred1); in EPZS_bipred_motion_estimation()
815 min_mcost += mv_cost (p_Vid, lambda_factor, &cand2, &pred2); in EPZS_bipred_motion_estimation()
853 mcost = mv_cost (p_Vid, lambda_factor, &cand1, &pred1); in EPZS_bipred_motion_estimation()
[all …]
H A Dme_epzs_int.c66 distblk lambda_dist = weighted_cost(lambda_factor, 2); in EPZS_integer_motion_estimation()
100 min_mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in EPZS_integer_motion_estimation()
229 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in EPZS_integer_motion_estimation()
466 distblk lambda_dist = weighted_cost(lambda_factor,3); in EPZS_integer_subMB_motion_estimation()
494 min_mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in EPZS_integer_subMB_motion_estimation()
576 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in EPZS_integer_subMB_motion_estimation()
816 distblk lambda_dist = weighted_cost(lambda_factor, 4); in EPZS_integer_bipred_motion_estimation()
842 min_mcost = mv_cost (p_Vid, lambda_factor, &cand1, &pred1); in EPZS_integer_bipred_motion_estimation()
843 min_mcost += mv_cost (p_Vid, lambda_factor, &cand2, &pred2); in EPZS_integer_bipred_motion_estimation()
881 mcost = mv_cost (p_Vid, lambda_factor, &cand1, &pred1); in EPZS_integer_bipred_motion_estimation()
[all …]
H A Dme_umhexsmp.c52 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); \
183 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in smpUMHEXIntegerPelBlockMotionSearch()
424 mcost = mv_cost (p_Vid, lambda_factor, &cand, pred_mv); in smpUMHEXFullSubPelBlockMotionSearch()
434 distblk dbTmp = weighted_cost (lambda_factor, 16); in smpUMHEXFullSubPelBlockMotionSearch()
475 mcost = mv_cost (p_Vid, lambda_factor, &cand, pred_mv); in smpUMHEXFullSubPelBlockMotionSearch()
550 mcost = mv_cost (p_Vid, lambda_factor, &cand, pred_mv); in smpUMHEXSubPelBlockMotionSearch()
581 mcost = mv_cost (p_Vid, lambda_factor, &cand, pred_mv); in smpUMHEXSubPelBlockMotionSearch()
610 mcost = mv_cost (p_Vid, lambda_factor, &cand, pred_mv); in smpUMHEXSubPelBlockMotionSearch()
645 int* lambda_factor ) in smpUMHEXSubPelBlockME() argument
710 mcost = mv_cost (p_Vid, lambda_factor, &center1, &pred1); in smpUMHEXBipredIntegerPelBlockMotionSearch()
[all …]
H A Dme_hme.c42 static void HMEPicMotionSearch (Slice *currSlice, MEBlock *mv_block, int *lambda_factor);
525 int lambda_factor[3]; in HMESearch() local
537 SetMELambda(p_Vid, lambda_factor); in HMESearch()
542 HMEPicMotionSearch (currSlice, &mv_block, lambda_factor); in HMESearch()
843 void HMELevelMotionSearch(Slice *currSlice, MEBlock *mv_block, int *lambda_factor) in HMELevelMotionSearch() argument
994 HMELevelMotionSearch(currSlice, mv_block, lambda_factor); in HMEPicMotionSearch()
1191 distblk lambda_dist = weighted_cost(lambda_factor, 2); in HME_EPZSIntPelBlockMotionSearch_Enh()
1222 min_mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in HME_EPZSIntPelBlockMotionSearch_Enh()
1238 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in HME_EPZSIntPelBlockMotionSearch_Enh()
1330 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in HME_EPZSIntPelBlockMotionSearch_Enh()
[all …]
H A Dmv_search.c594 int lambda_factor, in BPredPartitionCost() argument
627 mcost = weighted_cost (lambda_factor, mvd_bits); in BPredPartitionCost()
960 min_mcost = currMB->IntPelME (currMB, &pred, mv_block, min_mcost, lambda_factor[F_PEL]); in BlockMotionSearch()
975 min_mcost = currMB->SubPelME (currMB, &pred, mv_block, min_mcost, lambda_factor); in BlockMotionSearch()
991 cost = GetSkipCostMB (currMB, lambda_factor[Q_PEL]); in BlockMotionSearch()
1020 BiPredBlockMotionSearch(currMB, mv_block, &pred, mb_x, mb_y, lambda_factor); in BlockMotionSearch()
1163 int lambda_factor) in BIDPartitionCost() argument
1201 mcost = weighted_cost (lambda_factor, mvd_bits); in BIDPartitionCost()
1567 int *lambda_factor) in PartitionMotionSearch() argument
1689 int *lambda_factor) in SubPartitionMotionSearch() argument
[all …]
H A Dme_umhex.c228 … int lambda_factor // < <-- lagrangian parameter for determining motion cost in UMHEXIntegerPelBlockMotionSearch() argument
278 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); in UMHEXIntegerPelBlockMotionSearch()
507 … int lambda_factor // <-- lagrangian parameter for determining motion cost in UMHEXSubPelBlockMotionSearch() argument
543 mcost = mv_cost (p_Vid, lambda_factor, &cand, pred_mv); in UMHEXSubPelBlockMotionSearch()
563 mcost = mv_cost (p_Vid, lambda_factor, &cand, pred_mv); in UMHEXSubPelBlockMotionSearch()
591 mcost = mv_cost (p_Vid, lambda_factor, &cand, pred_mv); in UMHEXSubPelBlockMotionSearch()
842 … int lambda_factor // <-- lagrangian parameter for determining motion cost in UMHEXBipredIntegerPelBlockMotionSearch() argument
888 mcost = mv_cost (p_Vid, lambda_factor, &center1, &pred1); in UMHEXBipredIntegerPelBlockMotionSearch()
889 mcost += mv_cost (p_Vid, lambda_factor, &cand, &pred2); in UMHEXBipredIntegerPelBlockMotionSearch()
/dports/multimedia/jmref/JM/lencod/inc/
H A Dme_umhex.h73 mcost = mv_cost (p_Vid, lambda_factor, &cand, &pred); \
93 …mcost = mv_cost (p_Vid, lambda_factor, &center1, &pred1); …
94 …mcost += mv_cost (p_Vid, lambda_factor, &cand, &pred2); …
124 … int lambda_factor // <-- lagrangian parameter for determining motion cost
138 … int lambda_factor // <-- lagrangian parameter for determining motion cost
H A Dme_umhexsmp.h57 …acroblock *currMB, MotionVector *pred_mv, MEBlock *mv_block, distblk min_mcost, int lambda_factor);
58 …acroblock *currMB, MotionVector *pred_mv, MEBlock *mv_block, distblk min_mcost, int lambda_factor);
59 …acroblock *currMB, MotionVector *pred_mv, MEBlock *mv_block, distblk min_mcost, int lambda_factor);
H A Dme_hme.h155 extern void HMELevelMotionSearch(Slice *currSlice, MEBlock *mv_block, int *lambda_factor);
158 extern void reduce_ref_pic_with_hme_info(Slice *currSlice, HMEInfo_t *pHMEInfo, int *lambda_factor);
/dports/science/siesta/siesta-4.1.5/Util/Optimizer/
H A Dsimplex.f9052 read(iu,*) lambda_factor
58 print *, lambda, lambda_factor, lambda_min
119 lambda = lambda * lambda_factor ! Next simplex will be smaller
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …x, i16* %mv_y, i16* %s_mv_x, i16* %s_mv_y, i32 %search_range, i32 %min_mcost, i32 %lambda_factor) {

123