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

  /external/libaom/libaom/av1/common/
obmc.h 34 uint8_t mi_step; local
36 above_mi_col += mi_step) {
38 mi_step =
43 // to point at the block with chroma information, and set mi_step to 2 to
45 if (mi_step == 1) {
48 mi_step = 2;
52 fun(xd, above_mi_col - mi_col, AOMMIN(xd->n4_w, mi_step), *above_mi,
72 uint8_t mi_step; local
74 left_mi_row += mi_step) {
76 mi_step
    [all...]
mvref_common.c 1143 int i, mi_step = 1, np = 0; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.h 44 int vp9_active_h_edge(struct VP9_COMP *cpi, int mi_row, int mi_step);
45 int vp9_active_v_edge(struct VP9_COMP *cpi, int mi_col, int mi_step);
vp9_encodeframe.c 2588 const int mi_step = num_4x4_blocks_wide_lookup[bsize] \/ 2; local
3651 const int mi_step = num_8x8_blocks_wide_lookup[bsize] \/ 2; local
    [all...]
vp9_rdopt.c     [all...]
  /external/libaom/libaom/av1/encoder/
encodeframe.c 2313 const int mi_step = mi_size_wide[bsize] \/ 2; local
3120 const int mi_step = mi_size_wide[bsize] \/ 2; local
    [all...]

Completed in 119 milliseconds