num_consecutive_zeros   66 drivers/staging/media/allegro-dvt/nal-h264.c 	unsigned int num_consecutive_zeros;
num_consecutive_zeros  171 drivers/staging/media/allegro-dvt/nal-h264.c 	rbsp->num_consecutive_zeros = 0;
num_consecutive_zeros  181 drivers/staging/media/allegro-dvt/nal-h264.c 	rbsp->num_consecutive_zeros = 0;
num_consecutive_zeros  196 drivers/staging/media/allegro-dvt/nal-h264.c 	if (rbsp->num_consecutive_zeros == 22) {
num_consecutive_zeros  212 drivers/staging/media/allegro-dvt/nal-h264.c 	    (rbsp->num_consecutive_zeros < 7 && (rbsp->pos % 8 == 0)))
num_consecutive_zeros  213 drivers/staging/media/allegro-dvt/nal-h264.c 		rbsp->num_consecutive_zeros = 0;
num_consecutive_zeros  215 drivers/staging/media/allegro-dvt/nal-h264.c 		rbsp->num_consecutive_zeros++;
num_consecutive_zeros  225 drivers/staging/media/allegro-dvt/nal-h264.c 	if (rbsp->num_consecutive_zeros == 22)
num_consecutive_zeros  239 drivers/staging/media/allegro-dvt/nal-h264.c 	    (rbsp->num_consecutive_zeros < 7 && (rbsp->pos % 8 == 0))) {
num_consecutive_zeros  240 drivers/staging/media/allegro-dvt/nal-h264.c 		rbsp->num_consecutive_zeros = 0;
num_consecutive_zeros  242 drivers/staging/media/allegro-dvt/nal-h264.c 		rbsp->num_consecutive_zeros++;