HomeSort by relevance Sort by last modified time
    Searched defs:ss_x (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 92 const int ss_x = cm->subsampling_x; local
100 if (vp9_alloc_frame_buffer(&cm->yv12_fb[i], width, height, ss_x, ss_y,
116 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
vp9_loopfilter.c 797 const int ss_x = plane->subsampling_x; local
799 const int row_step = 1 << ss_x;
833 const int skip_border_4x4_c = ss_x && mi_col + c == cm->mi_cols - 1;
837 if (!build_lfi(&cm->lf_info, &mi[0].mbmi, lfi[r] + (c >> ss_x)))
842 if (!skip_this_c && ((c >> ss_x) & 3) == 0) {
844 mask_16x16_c |= 1 << (c >> ss_x);
846 mask_8x8_c |= 1 << (c >> ss_x);
850 mask_16x16[r] |= 1 << (c >> ss_x);
852 mask_8x8[r] |= 1 << (c >> ss_x);
855 if (!skip_this_c && ((c >> ss_x) & 1) == 0)
920 const int ss_x = plane->subsampling_x; local
    [all...]

Completed in 124 milliseconds