Searched defs:ss_h (Results 1 – 5 of 5) sorted by relevance
| /third_party/ffmpeg/tests/checkasm/ |
| D | vf_colorspace.c | 98 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/ |
| D | vp9lpf.c | 26 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()
|
| D | vp9block.c | 1139 static av_always_inline void mask_edges(uint8_t (*mask)[8][4], int ss_h, int ss_v, in mask_edges()
|
| D | vp9dec.h | 111 uint8_t ss_h, ss_v; member
|
| D | vp9recon.c | 37 int p, int ss_h, int ss_v, int bytesperpixel) in check_intra_mode()
|