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

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 33 #define MAX_MB_PLANE 3
151 struct macroblockd_plane plane[MAX_MB_PLANE];
185 ENTROPY_CONTEXT *above_context[MAX_MB_PLANE];
186 ENTROPY_CONTEXT left_context[MAX_MB_PLANE][16];
258 for (i = 0; i < MAX_MB_PLANE; i++) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 172 enum { MAX_MB_PLANE = 4 };
174 enum { MAX_MB_PLANE = 3 };
205 struct macroblockd_plane plane[MAX_MB_PLANE];
236 DECLARE_ALIGNED(16, int16_t, dqcoeff[MAX_MB_PLANE][64 * 64]);
238 ENTROPY_CONTEXT *above_context[MAX_MB_PLANE];
239 ENTROPY_CONTEXT left_context[MAX_MB_PLANE][16];

Completed in 564 milliseconds