Searched refs:table_lookup (Results 1 – 4 of 4) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_parse_cabac.c | 100 UWORD32 table_lookup; in ih264d_read_coeff4x4_cabac() local 108 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() local 184 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 …]
|
D | ih264d_parse_mb_header.c | 834 UWORD32 table_lookup; in ih264d_parse_ctx_cbp_cabac() local 843 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() local 883 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 …]
|
D | ih264d_cabac.c | 246 UWORD32 table_lookup; in ih264d_decode_bin() local 261 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()
|
/external/aac/libAACdec/src/ |
D | usacdec_lpc.cpp | 270 static int table_lookup(const USHORT *table, unsigned int index, int range) { in table_lookup() function 390 i = table_lookup(fdk_dec_I3, index, NB_LDQ3); in re8_decode_base_index() 394 i = table_lookup(fdk_dec_I4, index, NB_LDQ4); in re8_decode_base_index() 410 ks = table_lookup(fdk_dec_Is + t, index, im); in re8_decode_base_index()
|