Searched refs:xP (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_ciescope.c | 949 int cie, int *xP, int *yP) in monochrome_color_location() 962 *xP = up * (w - 1); in monochrome_color_location() 968 *xP = u * (w - 1); in monochrome_color_location() 971 *xP = px * (w - 1); in monochrome_color_location() 948 monochrome_color_location(float waveLength, int w, int h, int cie, int *xP, int *yP) monochrome_color_location() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_mvs.c | 87 static av_always_inline int is_diff_mer(HEVCContext *s, int xN, int yN, int xP, int yP) in is_diff_mer() argument 91 return xN >> plevel == xP >> plevel && in is_diff_mer()
|
Completed in 4 milliseconds