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

  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 48 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX]; member in struct:segmentation
76 return seg->feature_data[segment_id][feature_id];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_seg_common.h 48 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX]; member in struct:segmentation
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 526 static void set_segment_data(VP8_COMP *cpi, signed char *feature_data, unsigned char abs_delta)
529 vpx_memcpy(cpi->segment_feature_data, feature_data, sizeof(cpi->segment_feature_data));
536 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; local
548 feature_data[MB_LVL_ALT_Q][0] = 0;
549 feature_data[MB_LVL_ALT_Q][1] = 4;
550 feature_data[MB_LVL_ALT_Q][2] = 0;
551 feature_data[MB_LVL_ALT_Q][3] = 0;
553 feature_data[MB_LVL_ALT_LF][0] = 0;
554 feature_data[MB_LVL_ALT_LF][1] = 0;
555 feature_data[MB_LVL_ALT_LF][2] = 0
572 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; local
5474 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 523 static void set_segment_data(VP8_COMP *cpi, signed char *feature_data, unsigned char abs_delta)
526 memcpy(cpi->segment_feature_data, feature_data, sizeof(cpi->segment_feature_data));
534 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; local
627 feature_data[MB_LVL_ALT_Q][0] = 0;
628 feature_data[MB_LVL_ALT_Q][1] = (cpi->cyclic_refresh_q - Q);
629 feature_data[MB_LVL_ALT_Q][2] = 0;
630 feature_data[MB_LVL_ALT_Q][3] = 0;
633 feature_data[MB_LVL_ALT_LF][0] = 0;
634 feature_data[MB_LVL_ALT_LF][1] = lf_adjustment;
635 feature_data[MB_LVL_ALT_LF][2] = 0
5838 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 3353 signed char feature_data[SEG_LVL_MAX][MAX_SEGMENTS]; local
    [all...]

Completed in 579 milliseconds