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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c479 const int y8_idx = (k >> 1); local
481 (mi_row + y32_idx + y16_idx + y8_idx),
493 const int y8_idx = (k >> 1); local
495 (mi_row + y32_idx + y16_idx + y8_idx),
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c558 const int y8_idx = (k >> 1); local
560 (mi_row + y32_idx + y16_idx + y8_idx),
572 const int y8_idx = (k >> 1); local
574 (mi_row + y32_idx + y16_idx + y8_idx),

Completed in 164 milliseconds