Searched refs:table_lookup (Results 1 – 3 of 3) sorted by relevance
100 UWORD32 table_lookup; in ih264d_read_coeff4x4_cabac() local108 table_lookup = in ih264d_read_coeff4x4_cabac()110 u4_int_range_lps = table_lookup & 0xff; in ih264d_read_coeff4x4_cabac()114 u1_mps_state = (table_lookup >> 8) & 0x7F; in ih264d_read_coeff4x4_cabac()117 u4_int_range_lps, u1_mps_state, table_lookup) in ih264d_read_coeff4x4_cabac()172 UWORD32 table_lookup; in ih264d_read_coeff4x4_cabac() local184 table_lookup = pu4_table[(u1_mps_state << 2) in ih264d_read_coeff4x4_cabac()187 u4_int_range_lps = table_lookup & 0xff; in ih264d_read_coeff4x4_cabac()192 u1_mps_state = (table_lookup >> 8) & 0x7F; in ih264d_read_coeff4x4_cabac()196 table_lookup) in ih264d_read_coeff4x4_cabac()[all …]
834 UWORD32 table_lookup; in ih264d_parse_ctx_cbp_cabac() local843 table_lookup = pu4_table[(u1_mps_state << 2) + u4_qnt_int_range]; in ih264d_parse_ctx_cbp_cabac()844 u4_int_range_lps = table_lookup & 0xff; in ih264d_parse_ctx_cbp_cabac()852 u1_mps_state = (table_lookup >> 8) & 0x7F; in ih264d_parse_ctx_cbp_cabac()855 u4_int_range_lps, u1_mps_state, table_lookup) in ih264d_parse_ctx_cbp_cabac()874 UWORD32 table_lookup; in ih264d_parse_ctx_cbp_cabac() local883 table_lookup = pu4_table[(u1_mps_state << 2) + u4_qnt_int_range]; in ih264d_parse_ctx_cbp_cabac()884 u4_int_range_lps = table_lookup & 0xff; in ih264d_parse_ctx_cbp_cabac()892 u1_mps_state = (table_lookup >> 8) & 0x7F; in ih264d_parse_ctx_cbp_cabac()895 u4_int_range_lps, u1_mps_state, table_lookup) in ih264d_parse_ctx_cbp_cabac()[all …]
246 UWORD32 table_lookup; in ih264d_decode_bin() local261 table_lookup = pu4_table[(u4_mps_state << 2) + u4_qnt_int_range]; in ih264d_decode_bin()262 u4_int_range_lps = table_lookup & 0xff; in ih264d_decode_bin()269 u4_mps_state = (table_lookup >> 8) & 0x7F; in ih264d_decode_bin()272 u4_int_range_lps, u4_mps_state, table_lookup) in ih264d_decode_bin()