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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
set_roi.cc 51 cpi.mb.e_mbd.update_mb_segmentation_map = 0;
116 EXPECT_EQ(1, cpi.mb.e_mbd.update_mb_segmentation_map)
117 << "update_mb_segmentation_map error";
  /external/libvpx/libvpx/test/
set_roi.cc 51 cpi.mb.e_mbd.update_mb_segmentation_map = 0;
116 EXPECT_EQ(1, cpi.mb.e_mbd.update_mb_segmentation_map)
117 << "update_mb_segmentation_map error";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
set_roi.cc 51 cpi.mb.e_mbd.update_mb_segmentation_map = 0;
116 EXPECT_EQ(1, cpi.mb.e_mbd.update_mb_segmentation_map)
117 << "update_mb_segmentation_map error";
  /external/chromium_org/third_party/libva/va/
va_dec_vp8.h 96 /* same as update_mb_segmentation_map in bitstream syntax */
97 unsigned int update_mb_segmentation_map : 1; member in struct:_VAPictureParameterBufferVP8::__anon17552::__anon17553
  /hardware/intel/common/libva/va/
va_dec_vp8.h 96 /* same as update_mb_segmentation_map in bitstream syntax */
97 unsigned int update_mb_segmentation_map : 1; member in struct:_VAPictureParameterBufferVP8::__anon40464::__anon40465
va_dec_vp9.h 110 /** \brief corresponds to variable update_mb_segmentation_map
va_enc_vp8.h 171 unsigned int update_mb_segmentation_map : 1; member in struct:_VAEncPictureParameterBufferVP8::__anon40500::__anon40501
va_trace.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
blockd.h 250 unsigned char update_mb_segmentation_map; member in struct:macroblockd
  /external/libvpx/libvpx/vp8/common/
blockd.h 250 unsigned char update_mb_segmentation_map; member in struct:macroblockd
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
blockd.h 250 unsigned char update_mb_segmentation_map; member in struct:macroblockd
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 464 if (x->segmentation_enabled && x->update_mb_segmentation_map)
586 if (cpi->mb.e_mbd.update_mb_segmentation_map)
752 if (cpi->mb.e_mbd.update_mb_segmentation_map)
    [all...]
onyx_if.c 419 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
424 cpi->mb.e_mbd.update_mb_segmentation_map = 0;
495 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
513 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
639 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
    [all...]
encodeframe.c 964 if (xd->segmentation_enabled && xd->update_mb_segmentation_map)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 465 if (x->segmentation_enabled && x->update_mb_segmentation_map)
587 if (cpi->mb.e_mbd.update_mb_segmentation_map)
753 if (cpi->mb.e_mbd.update_mb_segmentation_map)
    [all...]
onyx_if.c 416 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
421 cpi->mb.e_mbd.update_mb_segmentation_map = 0;
492 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
510 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
616 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
    [all...]
encodeframe.c 951 if (xd->segmentation_enabled && xd->update_mb_segmentation_map)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 465 if (x->segmentation_enabled && x->update_mb_segmentation_map)
587 if (cpi->mb.e_mbd.update_mb_segmentation_map)
753 if (cpi->mb.e_mbd.update_mb_segmentation_map)
    [all...]
onyx_if.c 416 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
421 cpi->mb.e_mbd.update_mb_segmentation_map = 0;
492 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
510 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
616 cpi->mb.e_mbd.update_mb_segmentation_map = 1;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodemv.c 579 if (x->segmentation_enabled && x->update_mb_segmentation_map)
598 if (pbi->mb.update_mb_segmentation_map)
decodeframe.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 579 if (x->segmentation_enabled && x->update_mb_segmentation_map)
598 if (pbi->mb.update_mb_segmentation_map)
decodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.c 579 if (x->segmentation_enabled && x->update_mb_segmentation_map)
597 if (pbi->mb.update_mb_segmentation_map)
decodeframe.c     [all...]

Completed in 1700 milliseconds

1 2