Searched refs:avg_l0_mv_ref_cost (Results 1 – 4 of 4) sorted by relevance
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/ |
H A D | analyse.c | 3687 int avg_l0_mv_ref_cost, avg_l1_mv_ref_cost; in x264_macroblock_analyse() local 3694 … avg_l0_mv_ref_cost = ( analysis.l0.me8x8[i*2].cost_mv + analysis.l0.me8x8[i*2].i_ref_cost in x264_macroblock_analyse() 3698 … COPY2_IF_LT( i_best_cost, i_l0_satd + avg_l0_mv_ref_cost, i_partition16x8[i], D_L0_8x8 ); in x264_macroblock_analyse() 3700 …COPY2_IF_LT( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition16x8[i],… in x264_macroblock_analyse() 3708 … avg_l0_mv_ref_cost = ( analysis.l0.me8x8[i].cost_mv + analysis.l0.me8x8[i].i_ref_cost in x264_macroblock_analyse() 3712 … COPY2_IF_LT( i_best_cost, i_l0_satd + avg_l0_mv_ref_cost, i_partition8x16[i], D_L0_8x8 ); in x264_macroblock_analyse() 3714 …COPY2_IF_LT( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition8x16[i],… in x264_macroblock_analyse()
|
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/ |
H A D | analyse.c | 3432 int avg_l0_mv_ref_cost, avg_l1_mv_ref_cost; in x264_macroblock_analyse() local 3439 … avg_l0_mv_ref_cost = ( analysis.l0.me8x8[i*2].cost_mv + analysis.l0.me8x8[i*2].i_ref_cost in x264_macroblock_analyse() 3443 … COPY2_IF_LT( i_best_cost, i_l0_satd + avg_l0_mv_ref_cost, i_partition16x8[i], D_L0_8x8 ); in x264_macroblock_analyse() 3445 …COPY2_IF_LT( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition16x8[i],… in x264_macroblock_analyse() 3453 … avg_l0_mv_ref_cost = ( analysis.l0.me8x8[i].cost_mv + analysis.l0.me8x8[i].i_ref_cost in x264_macroblock_analyse() 3457 … COPY2_IF_LT( i_best_cost, i_l0_satd + avg_l0_mv_ref_cost, i_partition8x16[i], D_L0_8x8 ); in x264_macroblock_analyse() 3459 …COPY2_IF_LT( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition8x16[i],… in x264_macroblock_analyse()
|
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/ |
H A D | analyse.c | 3432 int avg_l0_mv_ref_cost, avg_l1_mv_ref_cost; in x264_macroblock_analyse() local 3439 … avg_l0_mv_ref_cost = ( analysis.l0.me8x8[i*2].cost_mv + analysis.l0.me8x8[i*2].i_ref_cost in x264_macroblock_analyse() 3443 … COPY2_IF_LT( i_best_cost, i_l0_satd + avg_l0_mv_ref_cost, i_partition16x8[i], D_L0_8x8 ); in x264_macroblock_analyse() 3445 …COPY2_IF_LT( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition16x8[i],… in x264_macroblock_analyse() 3453 … avg_l0_mv_ref_cost = ( analysis.l0.me8x8[i].cost_mv + analysis.l0.me8x8[i].i_ref_cost in x264_macroblock_analyse() 3457 … COPY2_IF_LT( i_best_cost, i_l0_satd + avg_l0_mv_ref_cost, i_partition8x16[i], D_L0_8x8 ); in x264_macroblock_analyse() 3459 …COPY2_IF_LT( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition8x16[i],… in x264_macroblock_analyse()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/ |
H A D | analyse.c | 3687 int avg_l0_mv_ref_cost, avg_l1_mv_ref_cost; in x264_macroblock_analyse() local 3694 … avg_l0_mv_ref_cost = ( analysis.l0.me8x8[i*2].cost_mv + analysis.l0.me8x8[i*2].i_ref_cost in x264_macroblock_analyse() 3698 … COPY2_IF_LT( i_best_cost, i_l0_satd + avg_l0_mv_ref_cost, i_partition16x8[i], D_L0_8x8 ); in x264_macroblock_analyse() 3700 …COPY2_IF_LT( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition16x8[i],… in x264_macroblock_analyse() 3708 … avg_l0_mv_ref_cost = ( analysis.l0.me8x8[i].cost_mv + analysis.l0.me8x8[i].i_ref_cost in x264_macroblock_analyse() 3712 … COPY2_IF_LT( i_best_cost, i_l0_satd + avg_l0_mv_ref_cost, i_partition8x16[i], D_L0_8x8 ); in x264_macroblock_analyse() 3714 …COPY2_IF_LT( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition8x16[i],… in x264_macroblock_analyse()
|