Home
last modified time | relevance | path

Searched defs:ss_h (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dvf_colorspace.c98 int ss_w = !!fmt, ss_h = fmt == 2; in check_yuv2yuv() local
161 int ss_w = !!fmt, ss_h = fmt == 2; in check_yuv2rgb() local
242 int ss_w = !!fmt, ss_h = fmt == 2; in check_rgb2yuv() local
/third_party/ffmpeg/libavcodec/
Dvp9lpf.c26 static av_always_inline void filter_plane_cols(VP9Context *s, int col, int ss_h, int ss_v, in filter_plane_cols()
101 static av_always_inline void filter_plane_rows(VP9Context *s, int row, int ss_h, int ss_v, in filter_plane_rows()
Dvp9block.c1139 static av_always_inline void mask_edges(uint8_t (*mask)[8][4], int ss_h, int ss_v, in mask_edges()
Dvp9dec.h111 uint8_t ss_h, ss_v; member
Dvp9recon.c37 int p, int ss_h, int ss_v, int bytesperpixel) in check_intra_mode()