/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
debugmodes.c | 91 int b_col; local 94 for (b_col = 0; b_col < 4 * cols; b_col++) 96 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2); 97 bindex = (b_row & 3) * 4 + (b_col & 3); 139 int b_col; local 142 for (b_col = 0; b_col < 4 * cols; b_col++ [all...] |
/external/libvpx/libvpx/vp8/common/ |
debugmodes.c | 91 int b_col; local 94 for (b_col = 0; b_col < 4 * cols; b_col++) 96 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2); 97 bindex = (b_row & 3) * 4 + (b_col & 3); 139 int b_col; local 142 for (b_col = 0; b_col < 4 * cols; b_col++ [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
debugmodes.c | 91 int b_col; local 94 for (b_col = 0; b_col < 4 * cols; b_col++) 96 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2); 97 bindex = (b_row & 3) * 4 + (b_col & 3); 139 int b_col; local 142 for (b_col = 0; b_col < 4 * cols; b_col++ [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_mat_op_to_vec.cpp | 125 int b_col, i; local 129 for (b_col = 0; b_col < b->type->matrix_columns; b_col++) { 133 get_element(b, b_col, 0)); 141 get_element(b, b_col, i)); 147 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr);
|
/external/mesa3d/src/glsl/ |
lower_mat_op_to_vec.cpp | 125 int b_col, i; local 129 for (b_col = 0; b_col < b->type->matrix_columns; b_col++) { 133 get_element(b, b_col, 0)); 141 get_element(b, b_col, i)); 147 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
error_concealment.c | 173 int b_row, int b_col) 184 col = (4 * b_col) << 3; /* Q3 */
|
/external/libvpx/libvpx/vp8/decoder/ |
error_concealment.c | 175 int b_row, int b_col) 186 col = (4 * b_col) << 3; /* Q3 */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
error_concealment.c | 175 int b_row, int b_col) 186 col = (4 * b_col) << 3; /* Q3 */
|