Home
last modified time | relevance | path

Searched refs:P_O (Results 1 – 25 of 49) sorted by relevance

12

/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Def_verify.c242 && (plchr[pp->pln_type].pl_flags & (P_M | P_O)) != P_O) { in verify_planes()
358 else if (flags & P_O) in verify_plane_chr()
359 accepted_flags |= P_O; in verify_plane_chr()
371 } else if (flags & P_O) { in verify_plane_chr()
373 accepted_flags |= P_O | P_S | P_I; in verify_plane_chr()
/dports/multimedia/jmref/JM/ldecod/src/
H A Dintra8x8_pred_normal.c53 #define P_O (PredPel[15]) macro
308 P_O = pred_pels[6]; in intra8x8_dc_pred()
460 P_O = *(pred_pels ++); in intra8x8_vert_pred()
680 P_O = pred_pels[6]; in intra8x8_diag_down_right_pred()
833 P_O = pred_pels[6]; in intra8x8_diag_down_left_pred()
884 *Pred++ = (imgpel) ((P_M + P_O + 2*(P_N) + 2) >> 2); in intra8x8_diag_down_left_pred()
886 *Pred = (imgpel) ((P_O + 3*(P_P) + 2) >> 2); in intra8x8_diag_down_left_pred()
987 P_O = pred_pels[6]; in intra8x8_vert_right_pred()
1148 P_O = pred_pels[6]; in intra8x8_vert_left_pred()
1314 P_O = pred_pels[6]; in intra8x8_hor_up_pred()
[all …]
H A Dintra8x8_pred.c53 #define P_O (PredPel[15]) macro
106 LoopArray[16] = (imgpel) ((P_P + (P_P<<1) + P_O + 2)>>2); in LowPassForIntra8x8Pred()
168 LoopArray[16] = (imgpel) ((P_P + (P_P<<1) + P_O + 2)>>2); in LowPassForIntra8x8PredHor()
303 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_dc_pred()
448 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_vert_pred()
661 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_diag_down_right_pred()
807 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_diag_down_left_pred()
953 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_vert_right_pred()
1106 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_vert_left_pred()
1257 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_hor_up_pred()
[all …]
H A Dintra8x8_pred_mbaff.c53 #define P_O (PredPel[15]) macro
106 LoopArray[16] = (imgpel) ((P_P + (P_P<<1) + P_O + 2)>>2); in LowPassForIntra8x8Pred()
309 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_dc_pred_mbaff()
455 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_vert_pred_mbaff()
680 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_diag_down_right_pred_mbaff()
828 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_diag_down_left_pred_mbaff()
872 *Pred++ = (imgpel) ((P_M + P_O + 2*(P_N) + 2) >> 2); in intra8x8_diag_down_left_pred_mbaff()
873 *Pred++ = (imgpel) ((P_N + P_P + 2*(P_O) + 2) >> 2); in intra8x8_diag_down_left_pred_mbaff()
874 *Pred = (imgpel) ((P_O + 3*(P_P) + 2) >> 2); in intra8x8_diag_down_left_pred_mbaff()
977 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in intra8x8_vert_right_pred_mbaff()
[all …]
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dreco.c84 P_M | P_O); in c_recon()
86 wantflags | P_ESC | P_F, P_M | P_O); in c_recon()
H A Ddrop.c103 wantflags, P_M | P_O); in c_drop()
105 P_ESC | P_F, P_M | P_O); in c_drop()
H A Dlaun.c72 if ((pcp->pl_flags & (P_M | P_O)) == 0) { in c_launch()
106 if (!(pcp->pl_flags & P_O)) { in c_launch()
109 } else if ((pcp->pl_flags & (P_M | P_O)) == (P_M | P_O)) { in c_launch()
H A Dfly.c100 wantflags, P_M | P_O); in c_fly()
102 wantflags | P_ESC | P_F, P_M | P_O); in c_fly()
H A Dpara.c84 P_P | P_C, P_M | P_O); in c_paradrop()
86 P_ESC | P_F, P_M | P_O); in c_paradrop()
H A Dbomb.c107 P_B | P_T, P_M | P_O); in c_bomb()
109 P_ESC | P_F, P_M | P_O); in c_bomb()
/dports/multimedia/jmref/JM/lencod/src/
H A Dintra8x8.c49 #define P_O (PredPel[15]) macro
243 *Pred++ = (imgpel) ((P_M + P_O + ((P_N) << 1) + 2) >> 2); in get_i8x8_downleft()
244 *Pred++ = (imgpel) ((P_N + P_P + ((P_O) << 1) + 2) >> 2); in get_i8x8_downleft()
245 *Pred = (imgpel) ((P_O + P_P + ((P_P) << 1) + 2) >> 2); in get_i8x8_downleft()
558 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in set_intrapred_8x8()
673 P_I = P_J = P_K = P_L = P_M = P_N = P_O = P_P = P_H; in set_intrapred_8x8_mbaff()
H A Dtransform8x8.c112 #define P_O (PredPel[15]) macro
/dports/games/wolfpack/empire-4.4.1/include/
H A Dplane.h107 #define P_O bit(9) /* Orbital ability (a satellite) */ macro
/dports/games/wolfpack/empire-4.4.1/src/lib/global/
H A Dsymbol.c194 {P_O, "satellite"},
/dports/www/elinks/elinks-0.11.7/src/document/html/
H A Dparser.h84 P_O = 2, enumerator
/dports/databases/py-peewee/peewee-3.14.4/playhouse/
H A D_sqlite_ext.pyx794 int P_O = 0, C_O = 1, X_O = 2
799 nphrase = match_info[P_O]
840 int P_O = 0, C_O = 1, N_O = 2, L_O, X_O
845 nphrase = match_info[P_O]
885 int P_O = 0, C_O = 1, N_O = 2, A_O = 3, L_O, X_O
900 nphrase = match_info[P_O] # n
956 int P_O = 0, C_O = 1, N_O = 2, A_O = 3, L_O, X_O
961 nphrase = match_info[P_O] # n
H A Dsqlite_ext.py1192 P_O, C_O, N_O, A_O = range(4) # Offsets into the matchinfo buffer.
1193 term_count = match_info[P_O] # n
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/playhouse/
H A D_sqlite_ext.pyx794 int P_O = 0, C_O = 1, X_O = 2
799 nphrase = match_info[P_O]
840 int P_O = 0, C_O = 1, N_O = 2, L_O, X_O
845 nphrase = match_info[P_O]
885 int P_O = 0, C_O = 1, N_O = 2, A_O = 3, L_O, X_O
900 nphrase = match_info[P_O] # n
956 int P_O = 0, C_O = 1, N_O = 2, A_O = 3, L_O, X_O
961 nphrase = match_info[P_O] # n
H A Dsqlite_ext.py1192 P_O, C_O, N_O, A_O = range(4) # Offsets into the matchinfo buffer.
1193 term_count = match_info[P_O] # n
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dmslsub.c383 msl_sel(&irvlist, x, y, msl->pln_own, P_O, 0, 0); in msl_asat_intercept()
H A Dplnsub.c1106 return (plchr[pp->pln_type].pl_flags & (P_M | P_O)) == P_O in pln_is_in_orbit()
/dports/www/elinks/elinks-0.11.7/src/document/html/parser/
H A Dgeneral.c684 par_format.flags = P_O; in html_ul()
802 if (t == P_O) x[0] = 'o'; in html_li()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/temperature/
H A Dmlx90632.c528 s32 P_T, s32 P_R, s32 P_G, s32 P_O, s16 Gb) in mlx90632_calc_temp_ambient() argument
538 Cblock = ((s64)P_O * 10000000000LL) >> 8ULL; in mlx90632_calc_temp_ambient()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/temperature/
H A Dmlx90632.c528 s32 P_T, s32 P_R, s32 P_G, s32 P_O, s16 Gb) in mlx90632_calc_temp_ambient() argument
538 Cblock = ((s64)P_O * 10000000000LL) >> 8ULL; in mlx90632_calc_temp_ambient()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/temperature/
H A Dmlx90632.c528 s32 P_T, s32 P_R, s32 P_G, s32 P_O, s16 Gb) in mlx90632_calc_temp_ambient() argument
538 Cblock = ((s64)P_O * 10000000000LL) >> 8ULL; in mlx90632_calc_temp_ambient()

12