Searched refs:pu4_total_coeff (Results 1 – 3 of 3) sorted by relevance
88 UWORD32 *pu4_total_coeff);94 UWORD32 *pu4_total_coeff);
1224 UWORD32 *pu4_total_coeff) in ih264d_cavlc_parse4x4coeff_n0to7() argument1237 *pu4_total_coeff = 0; in ih264d_cavlc_parse4x4coeff_n0to7()1248 *pu4_total_coeff = (u4_code >> 4); in ih264d_cavlc_parse4x4coeff_n0to7()1250 if(*pu4_total_coeff) in ih264d_cavlc_parse4x4coeff_n0to7()1257 u4_offset = pu1_offset[*pu4_total_coeff - 1]; in ih264d_cavlc_parse4x4coeff_n0to7()1258 u4_total_coeff_tone = (*pu4_total_coeff << 16) | u4_trailing_ones; in ih264d_cavlc_parse4x4coeff_n0to7()1274 UWORD32 *pu4_total_coeff) in ih264d_cavlc_parse4x4coeff_n8() argument1285 *pu4_total_coeff = 0; in ih264d_cavlc_parse4x4coeff_n8()1292 *pu4_total_coeff = (u4_code >> 2) + 1; in ih264d_cavlc_parse4x4coeff_n8()1294 u4_offset = pu1_offset[*pu4_total_coeff - 1]; in ih264d_cavlc_parse4x4coeff_n8()[all …]
1118 UWORD32 *pu4_total_coeff);