Searched refs:i_partition16x8 (Results 1 – 4 of 4) sorted by relevance
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/ |
H A D | analyse.c | 3670 int i_partition16x8[2]; in x264_macroblock_analyse() local 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() 3699 … COPY2_IF_LT( i_best_cost, i_l1_satd + avg_l1_mv_ref_cost, i_partition16x8[i], D_L1_8x8 ); in x264_macroblock_analyse() 3700 …T( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition16x8[i], D_BI_8x8 … in x264_macroblock_analyse() 3717 i_mb_type = B_L0_L0 + (i_partition16x8[0]>>2) * 3 + (i_partition16x8[1]>>2); in x264_macroblock_analyse()
|
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/ |
H A D | analyse.c | 3429 int i_mb_type, i_partition16x8[2], i_partition8x16[2]; in x264_macroblock_analyse() local 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() 3444 … COPY2_IF_LT( i_best_cost, i_l1_satd + avg_l1_mv_ref_cost, i_partition16x8[i], D_L1_8x8 ); in x264_macroblock_analyse() 3445 …T( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition16x8[i], D_BI_8x8 … in x264_macroblock_analyse() 3462 i_mb_type = B_L0_L0 + (i_partition16x8[0]>>2) * 3 + (i_partition16x8[1]>>2); in x264_macroblock_analyse()
|
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/ |
H A D | analyse.c | 3429 int i_mb_type, i_partition16x8[2], i_partition8x16[2]; in x264_macroblock_analyse() local 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() 3444 … COPY2_IF_LT( i_best_cost, i_l1_satd + avg_l1_mv_ref_cost, i_partition16x8[i], D_L1_8x8 ); in x264_macroblock_analyse() 3445 …T( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition16x8[i], D_BI_8x8 … in x264_macroblock_analyse() 3462 i_mb_type = B_L0_L0 + (i_partition16x8[0]>>2) * 3 + (i_partition16x8[1]>>2); in x264_macroblock_analyse()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/ |
H A D | analyse.c | 3670 int i_partition16x8[2]; in x264_macroblock_analyse() local 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() 3699 … COPY2_IF_LT( i_best_cost, i_l1_satd + avg_l1_mv_ref_cost, i_partition16x8[i], D_L1_8x8 ); in x264_macroblock_analyse() 3700 …T( i_best_cost, i_bi_satd + avg_l0_mv_ref_cost + avg_l1_mv_ref_cost, i_partition16x8[i], D_BI_8x8 … in x264_macroblock_analyse() 3717 i_mb_type = B_L0_L0 + (i_partition16x8[0]>>2) * 3 + (i_partition16x8[1]>>2); in x264_macroblock_analyse()
|