Searched refs:xN (Results 1 - 3 of 3) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_image.cpp | 474 float xN = (data[0] * 2.0f) - 1.0f; in store_image_block() 476 float zN = 1.0f - xN * xN - yN * yN; in store_image_block() 536 float xN = (data[0] * 2.0f) - 1.0f; in store_image_block() 538 float zN = 1.0f - xN * xN - yN * yN; in store_image_block()
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_mvs.c | 66 int xN, int yN) in z_scan_block_avail() 73 int xN_ctb = xN >> s->ps.sps->log2_ctb_size; in z_scan_block_avail() 80 int N = MIN_TB_ADDR_ZS((xN >> s->ps.sps->log2_min_tb_size) & s->ps.sps->tb_mask, 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() argument 91 return xN >> plevel == xP >> plevel && in is_diff_mer() 65 z_scan_block_avail(HEVCContext *s, int xCurr, int yCurr, int xN, int yN) z_scan_block_avail() argument
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 202279 RtreeDValue xN; /* Coordinate value converted to a double */ global() local [all...] |
Completed in 126 milliseconds