Lines Matching refs:bin
681 /* encode the context modelled first bin */
688 /* encode the context modelled second bin */
732 /* encode the context modelled first bin */
738 /* encode the context modelled second bin */
841 WORD32 bin;
844 bin = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx);
845 if(bin)
878 WORD32 bin;
880 bin = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx);
881 if(bin)
915 WORD32 bin;
919 bin = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx++);
921 if(!bin)
923 bin
924 part_mode_idx = bin;
927 /* Following takes of handling context increment for 3rd bin in part_mode */
929 /* Context for 3rd bin is 3 and not 2 */
932 bin = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx);
933 part_mode_idx |= bin;
936 if(!bin)
939 bin = ihevcd_cabac_decode_bypass_bin(ps_cabac, ps_bitstrm);
940 part_mode_idx |= bin;
1403 UWORD32 bin;
1407 bin = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, IHEVC_CAB_PART_MODE);
1408 part_mode = (bin) ? PART_2Nx2N : PART_NxN;
1436 bin = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm,
1439 }while(--u4_max_bin_cnt && !bin);
1441 /* If the last bin was zero, then increment part mode by 1 */
1442 if(!bin)