Home
last modified time | relevance | path

Searched refs:pu4_total_coeff (Results 1 – 3 of 3) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_cavlc.h88 UWORD32 *pu4_total_coeff);
94 UWORD32 *pu4_total_coeff);
Dih264d_parse_cavlc.c1237 UWORD32 *pu4_total_coeff) in ih264d_cavlc_parse4x4coeff_n0to7() argument
1250 *pu4_total_coeff = 0; in ih264d_cavlc_parse4x4coeff_n0to7()
1261 *pu4_total_coeff = (u4_code >> 4); in ih264d_cavlc_parse4x4coeff_n0to7()
1263 if(*pu4_total_coeff) in ih264d_cavlc_parse4x4coeff_n0to7()
1270 u4_offset = pu1_offset[*pu4_total_coeff - 1]; in ih264d_cavlc_parse4x4coeff_n0to7()
1271 u4_total_coeff_tone = (*pu4_total_coeff << 16) | u4_trailing_ones; in ih264d_cavlc_parse4x4coeff_n0to7()
1287 UWORD32 *pu4_total_coeff) in ih264d_cavlc_parse4x4coeff_n8() argument
1298 *pu4_total_coeff = 0; in ih264d_cavlc_parse4x4coeff_n8()
1305 *pu4_total_coeff = (u4_code >> 2) + 1; in ih264d_cavlc_parse4x4coeff_n8()
1307 u4_offset = pu1_offset[*pu4_total_coeff - 1]; in ih264d_cavlc_parse4x4coeff_n8()
[all …]
Dih264d_structs.h1126 UWORD32 *pu4_total_coeff);