Home
last modified time | relevance | path

Searched defs:yN (Results 1 – 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_image.cpp452 float yN = (data[3] * 2.0f) - 1.0f; in write_image_block() local
508 float yN = (data[3] * 2.0f) - 1.0f; in write_image_block() local
/third_party/ffmpeg/libavcodec/
Dhevc_mvs.c65 int xN, int yN) in z_scan_block_avail()
86 static av_always_inline int is_diff_mer(HEVCContext *s, int xN, int yN, int xP, int yP) in is_diff_mer()