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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_seg_common.h 41 uint8_t update_data; member in struct:segmentation
  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 41 uint8_t update_data; member in struct:segmentation
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_seg_common.h 41 uint8_t update_data; member in struct:segmentation
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_segmentation.c 25 seg->update_data = 1;
31 seg->update_data = 0;
282 seg->update_data = 0;
vp9_encoder.c 303 seg->update_data = 0;
316 seg->update_data = 0;
331 seg->update_data = 1;
352 seg->update_data = 1;
378 seg->update_data = 0;
403 seg->update_data = 1;
409 seg->update_data = 0;
    [all...]
vp9_bitstream.c 780 vp9_wb_write_bit(wb, seg->update_data);
781 if (seg->update_data) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 25 seg->update_data = 1;
41 seg->update_data = 1;
298 seg->update_data = 0;
vp9_onyx_if.c 261 seg->update_data = 0;
274 seg->update_data = 0;
289 seg->update_data = 1;
309 seg->update_data = 1;
334 seg->update_data = 0;
359 seg->update_data = 1;
365 seg->update_data = 0;
    [all...]
vp9_bitstream.c 780 vp9_wb_write_bit(wb, seg->update_data);
781 if (seg->update_data) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 25 seg->update_data = 1;
41 seg->update_data = 1;
298 seg->update_data = 0;
vp9_onyx_if.c 276 seg->update_data = 0;
289 seg->update_data = 0;
304 seg->update_data = 1;
324 seg->update_data = 1;
349 seg->update_data = 0;
374 seg->update_data = 1;
380 seg->update_data = 0;
    [all...]
vp9_bitstream.c 780 vp9_wb_write_bit(wb, seg->update_data);
781 if (seg->update_data) {
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 193 const int update_data = 1; local
196 if (VP8PutBitUniform(bw, update_data)) {
  /external/webp/src/enc/
syntax.c 193 const int update_data = 1; local
196 if (VP8PutBitUniform(bw, update_data)) {
  /external/chromium_org/components/search_engines/
template_url_service.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 508 seg->update_data = 0;
533 seg->update_data = vp9_rb_read_bit(rb);
534 if (seg->update_data) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 493 seg->update_data = 0;
518 seg->update_data = vp9_rb_read_bit(rb);
519 if (seg->update_data) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 495 seg->update_data = 0;
520 seg->update_data = vp9_rb_read_bit(rb);
521 if (seg->update_data) {
    [all...]

Completed in 1979 milliseconds