FFmpeg
|
#include <hevcdec.h>
Data Fields | |
int16_t | x |
horizontal component of motion vector More... | |
int16_t | y |
vertical component of motion vector More... | |
int16_t Mv::x |
horizontal component of motion vector
Definition at line 256 of file hevcdec.h.
Referenced by boundary_strength(), check_mvset(), chroma_mc_bi(), chroma_mc_uni(), ff_hevc_hls_mvd_coding(), ff_hevc_luma_mv_mvp_mode(), hevc_luma_mv_mvp_mode(), luma_mc_bi(), luma_mc_uni(), and mv_scale().
int16_t Mv::y |
vertical component of motion vector
Definition at line 257 of file hevcdec.h.
Referenced by boundary_strength(), check_mvset(), chroma_mc_bi(), chroma_mc_uni(), ff_hevc_hls_mvd_coding(), ff_hevc_luma_mv_mvp_mode(), hevc_await_progress(), hevc_luma_mv_mvp_mode(), luma_mc_bi(), luma_mc_uni(), and mv_scale().