Searched refs:x32_idx (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c521 const int x32_idx = ((i & 1) << 5); local
524 const int x16_idx = x32_idx + ((j & 1) << 4);
554 const int x32_idx = ((i & 1) << 2); local
557 (mi_row + y32_idx), (mi_col + x32_idx), 4)) {
566 mi_row + x32_idx + x16_idx + 1 < cm->mi_cols) {
569 (mi_col + x32_idx + x16_idx),
577 (mi_col + x32_idx + x16_idx + x8_idx),
585 (mi_col + x32_idx + x16_idx), 2)) {
591 (mi_col + x32_idx + x16_idx + x8_idx),

Completed in 27 milliseconds