Home
last modified time | relevance | path

Searched refs:bpp_q3 (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/examples/
Danalyzer.cc182 double *bpp_q3; member in AnalyzerPanel
221 bit_accounting(bit_accounting), bpp_q3(NULL), plane_mask(OD_ALL_MASK) {} in BEGIN_EVENT_TABLE()
349 bpp_q3[j * decoder.getWidth() + i] = 0.0; in computeBitsPerPixel()
415 bpp_q3 = (double *)malloc(sizeof(*bpp_q3) * decoder.getWidth() * in open()
417 if (bpp_q3 == NULL) { in open()
435 free(bpp_q3); in close()
436 bpp_q3 = NULL; in close()