Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Divi.c646 if (band->is_halfpel) { in ivi_decode_blocks()
661 dmv_x = mb->mv_x >> band->is_halfpel; in ivi_decode_blocks()
662 dmv_y = mb->mv_y >> band->is_halfpel; in ivi_decode_blocks()
663 cx = mb->mv_x & band->is_halfpel; in ivi_decode_blocks()
664 cy = mb->mv_y & band->is_halfpel; in ivi_decode_blocks()
676 dmv_x = mb->b_mv_x >> band->is_halfpel; in ivi_decode_blocks()
677 dmv_y = mb->b_mv_y >> band->is_halfpel; in ivi_decode_blocks()
678 cx = mb->b_mv_x & band->is_halfpel; in ivi_decode_blocks()
679 cy = mb->b_mv_y & band->is_halfpel; in ivi_decode_blocks()
760 int is_halfpel in ivi_process_empty_tile() local
[all...]
H A Dindeo4.c295 band->is_halfpel = get_bits(&ctx->gb, 2); in decode_band_hdr()
296 if (band->is_halfpel >= 2) { in decode_band_hdr()
298 band->is_halfpel); in decode_band_hdr()
301 if (!band->is_halfpel) in decode_band_hdr()
606 s= band->is_halfpel; in decode_mb_info()
H A Dindeo5.c131 band->is_halfpel = get_bits1(&ctx->gb); in decode_gop_header()
238 band2->is_halfpel = band1->is_halfpel; in decode_gop_header()
565 s= band->is_halfpel; in decode_mb_info()
H A Divi.h160 int is_halfpel; ///< precision of the motion compensation: 0 - fullpel, 1 - halfpel member

Completed in 5 milliseconds