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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1334 int block_row, block_col; local
1345 for (block_col = 0; block_col < MI_BLOCK_SIZE; block_col += bw) {
1346 int index = block_row * mis + block_col;
1354 for (block_col = 0; block_col < MI_BLOCK_SIZE; block_col += bw) {
1355 int index = block_row * mis + block_col;
1359 (col8x8_remaining - block_col),
1380 int block_row, block_col; local
1433 int block_row, block_col; local
1570 int block_row, block_col; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1041 int block_row, block_col; local
1052 for (block_col = 0; block_col < MI_BLOCK_SIZE; block_col += bw) {
1053 int index = block_row * mis + block_col;
1068 int block_row, block_col; local
1071 for (block_col = 0; block_col < 8; ++block_col) {
1073 prev_mi_8x8[block_row * mis + block_col]
1098 int block_row, block_col; local
1271 int block_row, block_col; local
[all...]

Completed in 585 milliseconds