Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_image.cpp451 float xN = (data[0] * 2.0f) - 1.0f; in write_image_block() local
507 float xN = (data[0] * 2.0f) - 1.0f; in write_image_block() local
/third_party/ffmpeg/libavcodec/
Dhevc_mvs.c66 int xN, int yN) in z_scan_block_avail()
87 static av_always_inline int is_diff_mer(HEVCContext *s, int xN, int yN, int xP, int yP) in is_diff_mer()