Lines Matching refs:PTable
31 * @param a First PTable to compare
32 * @param b Second PTable to compare
37 PTable a_val = *(PTable *) a;
38 PTable b_val = *(PTable *) b;
72 * @param prob_table input array of a PTable for each distinct input value
77 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts, int size, int max_length)
93 AV_QSORT(prob_table, size, PTable, compare_by_prob);
163 PTable val_counts[257];