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

/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov518_decomp.c103 signed char coeffbits; /* Size of coefficient data, or zero if none */ member in struct:tree_node
529 /* If no node is found, coeffbits and skip will not be modified */
532 getNodeAC(unsigned int in, signed char *coeffbits, signed char *skip, argument
552 *coeffbits = tree[node].coeffbits;
564 /* If no node is found, coeffbits will not be modified */
567 getNodeDC(unsigned int in, signed char *coeffbits, const struct tree_node *tree) argument
586 *coeffbits = tree[node].coeffbits;
663 signed char coeffbits local
695 signed char coeffbits = 0; local
[all...]

Completed in 31 milliseconds