Home | History | Annotate | Download | only in decoder

Lines Matching refs:pu1_y

1192     UWORD8 *pu1_y, *pu1_u, *pu1_v;
1247 pu1_y = ps_frame_buf->pu1_dest_y + (u1_num_mb_pair << 4);
1263 pu1_y += (u1_mb_field_decoding_flag ?
1275 pu1_y[u1_x] = ih264d_get_bits_h264(ps_bitstrm, 8);
1277 pu1_y += u4_rec_width_y;