Searched refs:pu4_total_coeff (Results 1 – 3 of 3) sorted by relevance
88 UWORD32 *pu4_total_coeff);94 UWORD32 *pu4_total_coeff);
1237 UWORD32 *pu4_total_coeff) in ih264d_cavlc_parse4x4coeff_n0to7() argument1250 *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() argument1298 *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 …]
1126 UWORD32 *pu4_total_coeff);