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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfic.c135 int i, num_coeff; local
148 num_coeff = get_bits(gb, 7);
149 if (num_coeff > 64)
152 for (i = 0; i < num_coeff; i++)
H A Dhevc_cabac.c1069 int num_coeff = 0; local
1214 num_coeff = diag_scan4x4_inv[last_y_c][last_x_c];
1219 num_coeff += diag_scan2x2_inv[y_cg_last_sig][x_cg_last_sig] << 4;
1223 num_coeff += diag_scan4x4_inv[y_cg_last_sig][x_cg_last_sig] << 4;
1227 num_coeff += diag_scan8x8_inv[y_cg_last_sig][x_cg_last_sig] << 4;
1238 num_coeff = horiz_scan8x8_inv[last_significant_coeff_y][last_significant_coeff_x];
1245 num_coeff = horiz_scan8x8_inv[last_significant_coeff_x][last_significant_coeff_y];
1248 num_coeff++;
1249 num_last_subset = (num_coeff - 1) >> 4;
1282 last_scan_pos = num_coeff
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/include/mach/qdsp5/
H A Dqdsp5audppcmdi.h758 unsigned short num_coeff; member in struct:__anon15228

Completed in 82 milliseconds