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

  /external/libvpx/libvpx/vp8/encoder/
segmentation.c 19 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;
37 if (*(x->gf_active_ptr) == 0) {
38 *(x->gf_active_ptr) = 1;
42 *(x->gf_active_ptr)) {
43 *(x->gf_active_ptr) = 0;
47 x->gf_active_ptr++; /* Step onto next entry */
block.h 114 signed char *gf_active_ptr; member in struct:macroblock
ethreading.c 263 x->gf_active_ptr++;
307 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count;
397 zd->gf_active_ptr = xd->gf_active_ptr;
450 mb->gf_active_ptr = x->gf_active_ptr;
encodeframe.c 542 x->gf_active_ptr++;
585 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;
793 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count;
    [all...]

Completed in 86 milliseconds