HomeSort by relevance Sort by last modified time
    Searched refs:mc_y (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.h 74 struct vl_mc mc_y, mc_c; member in struct:vl_mpeg12_decoder
vl_mpeg12_decoder.c 209 if(!vl_mc_init_buffer(&dec->mc_y, &buf->mc[0]))
416 vl_mc_cleanup(&dec->mc_y);
719 vl_mc_render_ref(i ? &dec->mc_c : &dec->mc_y, &buf->mc[i], ref_frames[j][i]);
755 vl_mc_render_ycbcr(i ? &dec->mc_c : &dec->mc_y, &buf->mc[i], j, buf->num_ycbcr_blocks[plane]);
992 struct vl_idct *idct = mc == &dec->mc_y ? &dec->idct_y : &dec->idct_c;
    [all...]

Completed in 46 milliseconds