Lines Matching refs:bits_to_flush
402 UWORD32 bits_to_flush; in ih264d_read_coeff4x4_cabac() local
405 bits_to_flush = 0; in ih264d_read_coeff4x4_cabac()
421 bits_to_flush++; in ih264d_read_coeff4x4_cabac()
441 while(uc_bin && (bits_to_flush < max_bits)); in ih264d_read_coeff4x4_cabac()
443 u4_value = (bits_to_flush - 1); in ih264d_read_coeff4x4_cabac()
471 UWORD32 bits_to_flush; in ih264d_read_coeff4x4_cabac() local
474 bits_to_flush = 0; in ih264d_read_coeff4x4_cabac()
478 bits_to_flush++; in ih264d_read_coeff4x4_cabac()
502 while(bits_to_flush < u1_max_bins); in ih264d_read_coeff4x4_cabac()
870 UWORD32 bits_to_flush; in ih264d_read_coeff8x8_cabac() local
873 bits_to_flush = 0; in ih264d_read_coeff8x8_cabac()
888 bits_to_flush++; in ih264d_read_coeff8x8_cabac()
905 while(uc_bin && (bits_to_flush < max_bits)); in ih264d_read_coeff8x8_cabac()
907 u4_value = (bits_to_flush - 1); in ih264d_read_coeff8x8_cabac()
933 UWORD32 bits_to_flush; in ih264d_read_coeff8x8_cabac() local
936 bits_to_flush = 0; in ih264d_read_coeff8x8_cabac()
940 bits_to_flush++; in ih264d_read_coeff8x8_cabac()
961 while(bits_to_flush < u1_max_bins); in ih264d_read_coeff8x8_cabac()