Searched refs:count_scale (Results 1 – 3 of 3) sorted by relevance
317 int i, count, count_scale, blk_count0, blk_count = 0, buf_sz, k1; in find_nearest() local358 count_scale = k*2*sizeof(float); in find_nearest()360 buf_sz = MIN( blk_count0 * count_scale, max_buf_sz ); in find_nearest()361 blk_count0 = MAX( buf_sz/count_scale, 1 ); in find_nearest()364 buf_sz = blk_count0 * count_scale + k*sizeof(float); in find_nearest()
47 count_scale NMTOKEN "1" attribute94 count_scale - literal value scale factor for the 'count' attribute.
432 self.count_scale = int(element.nsProp( "count_scale", None ))434 elements = (count * self.count_scale)