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 341 of file hevcdec.h.
Referenced by boundary_strength(), check_mvset(), chroma_mc_bi(), ff_hevc_hls_mvd_coding(), ff_hevc_luma_mv_mvp_mode(), hevc_luma_mv_mvp_mode(), luma_mc_bi(), and mv_scale().
int16_t Mv::y |
vertical component of motion vector
Definition at line 342 of file hevcdec.h.
Referenced by boundary_strength(), check_mvset(), chroma_mc_bi(), ff_hevc_hls_mvd_coding(), ff_hevc_luma_mv_mvp_mode(), hevc_luma_mv_mvp_mode(), luma_mc_bi(), and mv_scale().