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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c429 const int x16_idx = x32_idx + ((j & 1) << 4); local
433 int x_idx = x16_idx + ((k & 1) << 3);
464 const int x16_idx = ((j & 1) << 1); local
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.c508 const int x16_idx = x32_idx + ((j & 1) << 4); local
512 int x_idx = x16_idx + ((k & 1) << 3);
543 const int x16_idx = ((j & 1) << 1); local
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 789 milliseconds