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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
segmentation.c 21 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;
45 if (*(x->gf_active_ptr) == 0)
47 *(x->gf_active_ptr) = 1;
51 else if ((this_mb_mode_info->mbmi.mode != ZEROMV) && *(x->gf_active_ptr))
53 *(x->gf_active_ptr) = 0;
57 x->gf_active_ptr++; /* Step onto next entry */
block.h 121 signed char *gf_active_ptr; member in struct:macroblock
ethreading.c 255 x->gf_active_ptr++;
294 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count;
391 zd->gf_active_ptr = xd->gf_active_ptr;
455 mb->gf_active_ptr = x->gf_active_ptr;
encodeframe.c 568 x->gf_active_ptr++;
613 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;
838 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
segmentation.c 21 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;
45 if (*(x->gf_active_ptr) == 0)
47 *(x->gf_active_ptr) = 1;
51 else if ((this_mb_mode_info->mbmi.mode != ZEROMV) && *(x->gf_active_ptr))
53 *(x->gf_active_ptr) = 0;
57 x->gf_active_ptr++; /* Step onto next entry */
block.h 121 signed char *gf_active_ptr; member in struct:macroblock
ethreading.c 255 x->gf_active_ptr++;
294 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count;
391 zd->gf_active_ptr = xd->gf_active_ptr;
455 mb->gf_active_ptr = x->gf_active_ptr;
encodeframe.c 568 x->gf_active_ptr++;
613 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;
838 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
segmentation.c 21 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;
45 if (*(x->gf_active_ptr) == 0)
47 *(x->gf_active_ptr) = 1;
51 else if ((this_mb_mode_info->mbmi.mode != ZEROMV) && *(x->gf_active_ptr))
53 *(x->gf_active_ptr) = 0;
57 x->gf_active_ptr++; /* Step onto next entry */
block.h 121 signed char *gf_active_ptr; member in struct:macroblock
ethreading.c 255 x->gf_active_ptr++;
294 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count;
391 zd->gf_active_ptr = xd->gf_active_ptr;
455 mb->gf_active_ptr = x->gf_active_ptr;
encodeframe.c 569 x->gf_active_ptr++;
614 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;
839 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count;
    [all...]

Completed in 1035 milliseconds