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

  /external/libmpeg2/decoder/
impeg2d_globals.c 78 {{1,0,1,1,MB_CHROMA_SIZE,MB_CHROMA_SIZE,0},{1,0,1,1,MB_CHROMA_SIZE,MB_CHROMA_SIZE,0}},
80 {{2,0,1,2,MB_CHROMA_SIZE/2,MB_CHROMA_SIZE*2,0},{2,0,1,2,MB_CHROMA_SIZE/2,
81 MB_CHROMA_SIZE*2,1}},
83 {{1,0,1,1,MB_CHROMA_SIZE,MB_CHROMA_SIZE,0},{1,0,1,1,MB_CHROMA_SIZE
    [all...]
impeg2d_mc.c     [all...]
  /external/libmpeg2/common/
impeg2_inter_pred.c 188 for(i = MB_CHROMA_SIZE; i > 0 ; i--)
190 for(j = MB_CHROMA_SIZE; j > 0; j--)
195 pu1_dst += u4_stride - MB_CHROMA_SIZE;
201 for(i = MB_CHROMA_SIZE; i > 0 ; i--)
203 for(j = MB_CHROMA_SIZE; j > 0; j--)
208 pu1_dst += u4_stride - MB_CHROMA_SIZE;
impeg2_defs.h 140 #define MB_CHROMA_SIZE 8

Completed in 59 milliseconds