Searched refs:u1_x (Results 1 – 1 of 1) sorted by relevance
1197 UWORD8 u1_x, u1_y; in ih264d_parse_ipcm_mb() local1274 for(u1_x = 0; u1_x < 16; u1_x++) in ih264d_parse_ipcm_mb()1275 pu1_y[u1_x] = ih264d_get_bits_h264(ps_bitstrm, 8); in ih264d_parse_ipcm_mb()1283 for(u1_x = 0; u1_x < 8; u1_x++) in ih264d_parse_ipcm_mb()1284 pu1_u[u1_x * YUV420SP_FACTOR] = ih264d_get_bits_h264(ps_bitstrm, 8); in ih264d_parse_ipcm_mb()1291 for(u1_x = 0; u1_x < 8; u1_x++) in ih264d_parse_ipcm_mb()1292 pu1_v[u1_x * YUV420SP_FACTOR] = ih264d_get_bits_h264(ps_bitstrm, 8); in ih264d_parse_ipcm_mb()