Searched defs:mot_val (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | wmv2dec.c | 366 int16_t *A, *B, *C, *mot_val; in wmv2_pred_motion() local |
H A D | ituh263dec.c | 344 int16_t *mot_val; in preview_obmc() local 790 int16_t *mot_val; ff_h263_decode_mb() local 954 int16_t *mot_val= ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); ff_h263_decode_mb() local 981 int16_t *mot_val= ff_h263_pred_motion(s, 0, 1, &pred_x, &pred_y); ff_h263_decode_mb() local [all...] |
H A D | mpeg4videodec.c | 819 int16_t *const mot_val = s->current_picture.motion_val[0][s->block_index[0]]; in mpeg4_decode_partition_a() local 928 int16_t *mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); mpeg4_decode_partition_a() local 1475 int16_t *mot_val; mpeg4_decode_mb() local [all...] |
Completed in 5 milliseconds