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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c427 const int y32_idx = ((i >> 1) << 5); local
430 const int y16_idx = y32_idx + ((j >> 1) << 4);
460 const int y32_idx = ((i >> 1) << 2); local
462 (mi_row + y32_idx), (mi_col + x32_idx))) {
470 if (mi_row + y32_idx + y16_idx + 1 < cm->mi_rows &&
473 (mi_row + y32_idx + y16_idx),
481 (mi_row + y32_idx + y16_idx + y8_idx),
489 (mi_row + y32_idx + y16_idx),
495 (mi_row + y32_idx + y16_idx + y8_idx),
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c506 const int y32_idx = ((i >> 1) << 5); local
509 const int y16_idx = y32_idx + ((j >> 1) << 4);
539 const int y32_idx = ((i >> 1) << 2); local
541 (mi_row + y32_idx), (mi_col + x32_idx), 4)) {
549 if (mi_row + y32_idx + y16_idx + 1 < cm->mi_rows &&
552 (mi_row + y32_idx + y16_idx),
560 (mi_row + y32_idx + y16_idx + y8_idx),
568 (mi_row + y32_idx + y16_idx),
574 (mi_row + y32_idx + y16_idx + y8_idx),

Completed in 156 milliseconds