Home
last modified time | relevance | path

Searched refs:x_pix (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Utils/
H A Dastc_test_autoextract_hdr.cpp54 int pix(int x_pix, int y_idx, int x_idx, int chans, int p_idx) in pix() argument
56 return ((y_idx * x_pix) + x_idx) * chans + p_idx; in pix()
H A Dastc_test_autoextract.cpp54 int pix(int x_pix, int y_idx, int x_idx, int chans, int p_idx) in pix() argument
56 return ((y_idx * x_pix) + x_idx) * chans + p_idx; in pix()

Completed in 2 milliseconds