HomeSort by relevance Sort by last modified time
    Searched refs:segmentation_enabled (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/intel/common/libva/va/
va_dec_vp8.h 94 /* same as segmentation_enabled in bitstream syntax */
95 unsigned int segmentation_enabled : 1; member in struct:_VAPictureParameterBufferVP8::__anon30424::__anon30425
va_enc_vp8.h 166 unsigned int segmentation_enabled : 1; member in struct:_VAEncPictureParameterBufferVP8::__anon30460::__anon30461
va_dec_vp9.h 105 uint32_t segmentation_enabled : 1; member in struct:_VADecPictureParameterBufferVP9::__anon30426::__anon30427
  /external/libvpx/libvpx/test/
set_roi.cc 50 cpi.mb.e_mbd.segmentation_enabled = 0;
114 EXPECT_EQ(1, cpi.mb.e_mbd.segmentation_enabled)
115 << "segmentation_enabled error";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
set_roi.cc 50 cpi.mb.e_mbd.segmentation_enabled = 0;
114 EXPECT_EQ(1, cpi.mb.e_mbd.segmentation_enabled)
115 << "segmentation_enabled error";
  /external/libvpx/libvpx/vp8/common/
blockd.h 251 unsigned char segmentation_enabled; member in struct:macroblockd
vp8_loopfilter.c 134 if (mbd->segmentation_enabled)
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 164 if (xd->segmentation_enabled)
236 xd->segmentation_enabled))
415 zd->segmentation_enabled = xd->segmentation_enabled;
encodeframe.c 484 if (xd->segmentation_enabled)
555 xd->segmentation_enabled))
876 if (xd->segmentation_enabled)
880 if (xd->segmentation_enabled)
973 if (xd->segmentation_enabled && xd->update_mb_segmentation_map)
    [all...]
bitstream.c 466 if (x->segmentation_enabled && x->update_mb_segmentation_map)
    [all...]
vp8_quantize.c 372 if (xd->segmentation_enabled)
onyx_if.c 401 if ( cpi->mb.e_mbd.segmentation_enabled )
488 cpi->mb.e_mbd.segmentation_enabled = 1;
495 cpi->mb.e_mbd.segmentation_enabled = 0;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
blockd.h 247 unsigned char segmentation_enabled; member in struct:macroblockd
loopfilter.c 136 if (mbd->segmentation_enabled)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ethreading.c 166 if (xd->segmentation_enabled)
219 xd->segmentation_enabled))
399 zd->segmentation_enabled = xd->segmentation_enabled;
encodeframe.c 483 if (xd->segmentation_enabled)
535 xd->segmentation_enabled))
855 if (xd->segmentation_enabled)
859 if (xd->segmentation_enabled)
952 if (xd->segmentation_enabled && xd->update_mb_segmentation_map)
    [all...]
bitstream.c 465 if (x->segmentation_enabled && x->update_mb_segmentation_map)
    [all...]
quantize.c 618 if (xd->segmentation_enabled)
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 68 if (xd->segmentation_enabled)
124 if (xd->segmentation_enabled)
    [all...]
threading.c 62 mbd->segmentation_enabled = xd->segmentation_enabled;
119 if (xd->segmentation_enabled)
decodemv.c 579 if (x->segmentation_enabled && x->update_mb_segmentation_map)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c 65 if (xd->segmentation_enabled)
120 if (xd->segmentation_enabled)
    [all...]
threading.c 61 mbd->segmentation_enabled = xd->segmentation_enabled;
116 if (xd->segmentation_enabled)
decodemv.c 579 if (x->segmentation_enabled && x->update_mb_segmentation_map)
  /hardware/intel/img/psb_video/src/
tng_VP8.c     [all...]

Completed in 7566 milliseconds

1 2