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

  /hardware/intel/common/libva/va/
va_enc_vp8.h 154 unsigned int num_token_partitions : 2; member in struct:_VAEncPictureParameterBufferVP8::__anon23995::__anon23996
va_trace.c     [all...]
  /hardware/intel/img/psb_video/src/
vsp_fw.h 564 uint32_t num_token_partitions; member in struct:VssVp8encSequenceParameterBuffer
621 uint32_t num_token_partitions; member in struct:VssVp8encPictureParameterBuffer
vsp_vp8.c 173 vp8_seq->num_token_partitions = 2;
453 pic->num_token_partitions = va_pic->pic_flags.bits.num_token_partitions; /* 2^2 = 4 partitions */
813 drv_debug_msg(VIDEO_ENCODE_DEBUG, "num_token_partitions %d\n", pic->num_token_partitions);
823 drv_debug_msg(VIDEO_ENCODE_DEBUG, "num_token_partitions %d\n", seq->num_token_partitions);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 828 unsigned int num_token_partitions; local
836 num_token_partitions = 1 << pbi->common.multi_token_partition;
851 pbi->fragments.ptrs[0] + 3 * (num_token_partitions - 1);
873 num_token_partitions);
876 assert(fragment_idx <= num_token_partitions);
888 pbi->fragments.count = num_token_partitions + 1;
905 if (pbi->decoding_thread_count > num_token_partitions - 1)
906 pbi->decoding_thread_count = num_token_partitions - 1;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c 819 unsigned int num_token_partitions; local
827 num_token_partitions = 1 << pbi->common.multi_token_partition;
842 pbi->fragments.ptrs[0] + 3 * (num_token_partitions - 1);
864 num_token_partitions);
867 assert(fragment_idx <= num_token_partitions);
879 pbi->fragments.count = num_token_partitions + 1;
896 if (pbi->decoding_thread_count > num_token_partitions - 1)
897 pbi->decoding_thread_count = num_token_partitions - 1;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 29 mVideoParamsVP8.num_token_partitions = 4;
125 vp8PicParam.pic_flags.bits.num_token_partitions = 2;
VideoEncoderDef.h 661 uint32_t num_token_partitions; member in struct:VideoParamsVP8

Completed in 652 milliseconds