Lines Matching refs:objects
70 uint16_t objects;
219 int16_t objects = 0;
315 // for only objects
317 objects = get_bits(&gb, 7);
318 objects += 1;
323 total_bitrate = codecBitrateConfigTable[CHANNEL_CONFIG_MONO].bitrateTable[obj_brt_idx] * objects;
335 objects = get_bits(&gb, 7);
336 objects += 1;
358 /* channels += objects; */
360 total_bitrate = bitrate_bed_mc + bitrate_per_obj * objects;
428 hdf->objects = 0;
432 hdf->objects = objects;
434 hdf->total_channels = objects;
438 hdf->objects = objects;
439 hdf->total_channels = channels + objects;