Searched refs:u1_x (Results 1 – 1 of 1) sorted by relevance
1210 UWORD8 u1_x, u1_y; in ih264d_parse_ipcm_mb() local1287 for(u1_x = 0; u1_x < 16; u1_x++) in ih264d_parse_ipcm_mb()1288 pu1_y[u1_x] = ih264d_get_bits_h264(ps_bitstrm, 8); in ih264d_parse_ipcm_mb()1296 for(u1_x = 0; u1_x < 8; u1_x++) in ih264d_parse_ipcm_mb()1297 pu1_u[u1_x * YUV420SP_FACTOR] = ih264d_get_bits_h264(ps_bitstrm, 8); in ih264d_parse_ipcm_mb()1304 for(u1_x = 0; u1_x < 8; u1_x++) in ih264d_parse_ipcm_mb()1305 pu1_v[u1_x * YUV420SP_FACTOR] = ih264d_get_bits_h264(ps_bitstrm, 8); in ih264d_parse_ipcm_mb()