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

  /external/libvpx/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];
  /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];
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.h 176 enum { MAX_MB_PLANE = 3 };
206 struct macroblockd_plane plane[MAX_MB_PLANE];
240 DECLARE_ALIGNED(16, tran_low_t, dqcoeff[MAX_MB_PLANE][64 * 64]);
242 ENTROPY_CONTEXT *above_context[MAX_MB_PLANE];
243 ENTROPY_CONTEXT left_context[MAX_MB_PLANE][16];

Completed in 49 milliseconds