Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp539 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8) in Decoder()
545 int block_w, block_h, block_d; member in Decoder
1257 void Block::compute_infill_weights(int block_w, int block_h, int block_d) in compute_infill_weights()
/aosp_15_r20/external/libaom/aom_dsp/
H A Dnoise_model.c1367 double *block_d = NULL, *plane_d = NULL; in DITHER_AND_QUANTIZE() local