Home
last modified time | relevance | path

Searched refs:cur_pred (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/jmref/JM/lencod/src/
H A Dintra4x4.c145 cur_pred[0][1] = in get_i4x4_downleft()
147 cur_pred[0][2] = in get_i4x4_downleft()
148 cur_pred[1][1] = in get_i4x4_downleft()
150 cur_pred[0][3] = in get_i4x4_downleft()
151 cur_pred[1][2] = in get_i4x4_downleft()
152 cur_pred[2][1] = in get_i4x4_downleft()
154 cur_pred[1][3] = in get_i4x4_downleft()
155 cur_pred[2][2] = in get_i4x4_downleft()
157 cur_pred[2][3] = in get_i4x4_downleft()
171 cur_pred[2][0] = in get_i4x4_downright()
[all …]
H A Dintra8x8.c166 cur_pred[i][0] = in get_i8x8_horizontal()
167 cur_pred[i][1] = in get_i8x8_horizontal()
168 cur_pred[i][2] = in get_i8x8_horizontal()
169 cur_pred[i][3] = in get_i8x8_horizontal()
170 cur_pred[i][4] = in get_i8x8_horizontal()
171 cur_pred[i][5] = in get_i8x8_horizontal()
172 cur_pred[i][6] = in get_i8x8_horizontal()
173 cur_pred[i][7] = (imgpel) (&P_Q)[i]; in get_i8x8_horizontal()
210 cur_pred[0][i] = (imgpel) s0; in get_i8x8_dc()
215 memcpy (cur_pred[j + 1], cur_pred[j], BLOCK_SIZE_8x8 * sizeof(imgpel)); in get_i8x8_dc()
[all …]
H A Dintra_chroma.c67 cur_pred[j][i] = *prediction; in get_iChroma_horizontal()
110 cur_pred[j][i] = (imgpel) s0; in get_iChroma_dc()
551 imgpel **cur_pred = NULL; in intra_chroma_prediction() local
705 cur_pred = curr_mpr_16x16[DC_PRED_8]; in intra_chroma_prediction()
710 cur_pred[j][i] = (imgpel) s; in intra_chroma_prediction()
730 cur_pred = curr_mpr_16x16[HOR_PRED_8]; in intra_chroma_prediction()
769 cur_pred = curr_mpr_16x16[PLANE_8]; in intra_chroma_prediction()
809 imgpel **cur_pred = NULL; in intra_chroma_prediction_mbaff() local
984 cur_pred[j][i] = (imgpel) s; in intra_chroma_prediction_mbaff()
1002 cur_pred = curr_mpr_16x16[HOR_PRED_8]; in intra_chroma_prediction_mbaff()
[all …]
H A Dintra16x16.c28 static inline void get_i16x16_vertical(imgpel **cur_pred, imgpel *PredPel) in get_i16x16_vertical() argument
32 memcpy(cur_pred[j], &PredPel[1], MB_BLOCK_SIZE * sizeof(imgpel)); in get_i16x16_vertical()
42 static inline void get_i16x16_horizontal(imgpel **cur_pred, imgpel *PredPel) in get_i16x16_horizontal() argument
52 cur_pred[j][i] = *prediction; in get_i16x16_horizontal()
63 static inline void get_i16x16_dc(imgpel **cur_pred, imgpel *PredPel, int left_available, int up_ava… in get_i16x16_dc() argument
95 cur_pred[j][i] = (imgpel) s0; in get_i16x16_dc()
105 static inline void get_i16x16_plane(imgpel **cur_pred, imgpel *PredPel, int max_imgpel_value) in get_i16x16_plane() argument
132cur_pred[j][i]= (imgpel) iClip1( max_imgpel_value, rshift_rnd_sf((iaa + (i - 7) * ib + (j - 7) * i… in get_i16x16_plane()
/dports/misc/findutils/findutils-4.8.0/find/
H A Dtree.c1235 struct predicate *cur_pred; in build_expression_tree() local
1336 cur_pred = predicates; in build_expression_tree()
1338 free (cur_pred); in build_expression_tree()
1348 cur_pred = predicates; in build_expression_tree()
1351 free (cur_pred); in build_expression_tree()
1378 cur_pred = predicates; in build_expression_tree()
1379 eval_tree = get_expr (&cur_pred, NO_PREC, NULL); in build_expression_tree()
1385 if (cur_pred != NULL) in build_expression_tree()
1388 if (pred_is (cur_pred, pred_closeparen)) in build_expression_tree()
1395 if (cur_pred->p_name) in build_expression_tree()
[all …]
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dencoder.cpp1599 unsigned min_pred=0, cur_pred; in vi_write() local
1603 for (cur_pred=1; cur_pred<=4; cur_pred++) { in vi_write()
1604 … cur_weight=0; beg=(end=(signed char*)oo[cur_pred])-rlen; while (beg!=end) cur_weight+=*beg++; in vi_write()
1606 if (cur_weight<min_weight) { min_weight=cur_weight; min_pred=cur_pred; } in vi_write()
1662 unsigned min_pred=0, cur_pred; in vi_write() local
1665 for (cur_pred=1; cur_pred<=4; cur_pred++) { in vi_write()
1666 … cur_weight=0; beg=(end=(unsigned char*)oo[cur_pred])-rlen; while (beg!=end) cur_weight+=*beg++; in vi_write()
1667 if (cur_weight<min_weight) { min_weight=cur_weight; min_pred=cur_pred; } in vi_write()
1725 unsigned min_pred=0, cur_pred; in vi_write() local
1729 for (cur_pred=1; cur_pred<=4; cur_pred++) { in vi_write()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dblock.c824 RAnalBlock *cur_pred; member
851 ht_up_insert (ctx->predecessors, (ut64)(size_t) block, ctx->cur_pred); in automerge_predecessor_successor_cb()
867 ctx->cur_pred = block; in automerge_get_predecessors_cb()