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

  /external/libavc/decoder/
ih264d_mb_utils.h 148 #define UPDATE_SLICE_NUM_MAP(slice_map, u4_mb_number,u2_slice_num) \
152 pu2_slice_map = (UWORD16 *)slice_map + (u4_mb_number); \
156 #define GET_SLICE_NUM_MAP(slice_map, mb_number,u2_slice_num) \
160 pu2_slice_map = (UWORD16 *)slice_map + (mb_number); \
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 1563 ubyte *slice_map = map; local
2034 ubyte *slice_map = map; local
    [all...]
  /hardware/intel/img/psb_video/src/
tng_hostcode.h 145 IMG_UINT32 slice_map; //IMG_BUFFER* apsSliceMap[MAX_SOURCE_SLOTS_SL]; //!< Slice map of the source picture member in struct:context_ENC_mem_size_s
tng_hostair.c 109 pvBuffer = (unsigned char*)(ps_mem->bufs_slice_map.virtual_addr + (i32SlotNum * ctx->ctx_mem_size.slice_map));
    [all...]
tng_hostcode.c 256 ps_mem_size->slice_map = tng_align_KB(0x1500); //(1 + MAX_SLICESPERPIC * 2 + 15) & ~15);
257 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ps_mem_size->slice_map,
    [all...]

Completed in 319 milliseconds