Searched defs:u1_x (Results 1 - 1 of 1) sorted by relevance

/external/libavc/decoder/
H A Dih264d_parse_islice.c1201 UWORD8 u1_x, u1_y; local
1278 for(u1_x = 0; u1_x < 16; u1_x++)
1279 pu1_y[u1_x] = ih264d_get_bits_h264(ps_bitstrm, 8);
1287 for(u1_x = 0; u1_x < 8; u1_x++)
1288 pu1_u[u1_x * YUV420SP_FACTOR] = ih264d_get_bits_h264(ps_bitstrm, 8);
1295 for(u1_x
[all...]

Completed in 408 milliseconds