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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c426 const int x32_idx = ((i & 1) << 5); local
429 const int x16_idx = x32_idx + ((j & 1) << 4);
459 const int x32_idx = ((i & 1) << 2); local
462 (mi_row + y32_idx), (mi_col + x32_idx))) {
471 mi_row + x32_idx + x16_idx + 1 < cm->mi_cols) {
474 (mi_col + x32_idx + x16_idx),
482 (mi_col + x32_idx + x16_idx + x8_idx),
490 (mi_col + x32_idx + x16_idx), 2)) {
496 (mi_col + x32_idx + x16_idx + x8_idx),
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c505 const int x32_idx = ((i & 1) << 5); local
508 const int x16_idx = x32_idx + ((j & 1) << 4);
538 const int x32_idx = ((i & 1) << 2); local
541 (mi_row + y32_idx), (mi_col + x32_idx), 4)) {
550 mi_row + x32_idx + x16_idx + 1 < cm->mi_cols) {
553 (mi_col + x32_idx + x16_idx),
561 (mi_col + x32_idx + x16_idx + x8_idx),
569 (mi_col + x32_idx + x16_idx), 2)) {
575 (mi_col + x32_idx + x16_idx + x8_idx),

Completed in 95 milliseconds