Home
last modified time | relevance | path

Searched refs:PREDICT (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dljpegenc.c107 PREDICT(pred, topleft[i], top[i], left[i], modified_predictor); in ljpeg_encode_bgr()
155 PREDICT(pred, ptr[-linesize - 1], ptr[-linesize], in ljpeg_encode_yuv_mb()
180 PREDICT(pred, ptr[-linesize - 1], ptr[-linesize], ptr[-1], predictor); in ljpeg_encode_yuv_mb()
H A Dmjpeg.h118 #define PREDICT(ret, topleft, top, left, predictor)\ macro
H A Dmjpegdec.c1169 PREDICT(pred, topleft[i], top[i], pred, modified_predictor); in ljpeg_decode_rgb_scan()
1310 PREDICT(pred, ptr[-linesize-1], ptr[-linesize], ptr[-1], predictor); in ljpeg_decode_yuv_scan()
1330 PREDICT(pred, ptr16[-linesize-1], ptr16[-linesize], ptr16[-1], predictor); in ljpeg_decode_yuv_scan()
1373 PREDICT(pred, ptr[-linesize-1], ptr[-linesize], ptr[-1], predictor); in ljpeg_decode_yuv_scan()
1379 PREDICT(pred, ptr16[-linesize-1], ptr16[-linesize], ptr16[-1], predictor); in ljpeg_decode_yuv_scan()
/third_party/python/Python/
H A Dceval.c1397 processor's internal branch prediction, a successful PREDICT has the
1415 #define PREDICT(op) if (0) goto PREDICT_ID(op) macro
1417 #define PREDICT(op) \ macro
2279 PREDICT(JUMP_BACKWARD_QUICK);
2291 PREDICT(JUMP_BACKWARD_QUICK);
2544 PREDICT(LOAD_CONST);
2579 PREDICT(LOAD_CONST);
3443 PREDICT(CALL_FUNCTION_EX);
3458 PREDICT(JUMP_BACKWARD_QUICK);
4263 PREDICT(POP_JUMP_FORWARD_IF_FALS
[all...]

Completed in 13 milliseconds