Searched defs:col (Results 1 - 25 of 28) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dmv.h23 short col; member in struct:__anon523
H A Dpostproc.c139 int col; local
149 for (col = 0; col < cols; col++)
151 unsigned char p_above2 = p_src[col - 2 * src_pixels_per_line];
152 unsigned char p_above1 = p_src[col - src_pixels_per_line];
153 unsigned char p_below1 = p_src[col + src_pixels_per_line];
154 unsigned char p_below2 = p_src[col + 2 * src_pixels_per_line];
156 v = p_src[col];
158 if ((abs(v - p_above2) < f[col])
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_mv.h24 int16_t col; member in struct:mv
34 int32_t col; member in struct:mv32
39 mv->col = clamp(mv->col, min_col, max_col);
H A Dvp9_tile_common.c24 void vp9_tile_init(TileInfo *tile, const VP9_COMMON *cm, int row, int col) { argument
27 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols);
28 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols);
H A Dvp9_mvref_common.c18 int col; member in struct:position
143 mv.as_mv.col *= -1;
184 mi_col + mi_pos->col < tile->mi_col_start ||
186 mi_col + mi_pos->col >= tile->mi_col_end);
218 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
226 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block));
228 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block));
238 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row *
264 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row
300 if (mv->col
[all...]
H A Dvp9_postproc.c143 int col; local
155 for (col = 0; col < cols; col++) {
157 int v = p_src[col];
160 if (abs(v - p_src[col + i * pitch]) > flimit)
163 kernel += kernel5[2 + i] * p_src[col + i * pitch];
168 p_dst[col] = v;
178 for (col = 0; col < col
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dlookahead.c112 int row, col, active_end; local
130 col = 0;
135 for (; col < mb_cols; ++col)
137 if (active_map[col])
142 if (col == mb_cols)
146 active_end = col;
157 col << 4, 16,
158 (active_end - col) << 4);
161 col
[all...]
H A Donyx_if.c2432 unsigned int row, col; local
2438 for (col = 0; col + 16 <= cols; col += 16)
2442 vp8_mse16x16(orig + col, orig_stride,
2443 recon + col, recon_stride,
2449 if (col < cols)
2457 for (border_col = col; border_col < cols; border_col++)
2475 for (col = 0; col < col
[all...]
H A Drdopt.c480 int mv_col = x->e_mbd.mode_info_context->mbmi.mv.as_mv.col;
973 const int row = i >> 2, col = i & 3; local
980 if (col && labelings[i] == labelings[i-1])
995 this_mv->as_int = col ? d[-1].bmi.mv.as_int : (uint32_t)left_block_mv(mic, i);
1011 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1230 mvp_full.as_mv.col = bsi->mvp.as_mv.col >>3;
1312 ((mode_mv[this_mode].as_mv.col >> 3) < x->mv_col_min) || ((mode_mv[this_mode].as_mv.col >> 3) > x->mv_col_max))
1425 int col_min = ((best_ref_mv->as_mv.col
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_lookahead.c97 int row, col, active_end; local
117 col = 0;
121 for (; col < mb_cols; ++col) {
122 if (active_map[col])
127 if (col == mb_cols)
131 active_end = col;
141 col << 4, 16,
142 (active_end - col) << 4);
145 col
[all...]
H A Dvp9_mcomp.c28 return &buf->buf[mv->row * buf->stride + mv->col];
32 int col_min = (mv->col >> 3) - MAX_FULL_PEL_VAL + (mv->col & 7 ? 1 : 0);
34 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL;
71 comp_cost[0][mv->row] + comp_cost[1][mv->col];
77 mv->col - ref->col };
86 mv->col - ref->col };
98 mv->col
465 check_bounds(const MACROBLOCK *x, int row, int col, int range) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_if.c387 int row, col; local
394 for (col = 0; col < pbi->common.mb_cols; ++col)
396 const int i = row*pbi->common.mode_info_stride + col;
H A Derror_concealment.c29 int col; member in struct:ec_position
139 int row, col; local
159 for (col = 0; col < end_col; ++col)
165 (((first_blk_col + col) *
167 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap);
178 int row, col, rel_row, rel_col; local
186 col = (4 * b_col) << 3; /* Q3 */
190 new_col = col
288 int row, col; local
501 int row, col, i; local
[all...]
/hardware/ti/omap4-aah/camera/
H A DNV12_resize.cpp49 mmUint16 row,col; local
124 for ( col = 0; col < codx; col++ ) {
132 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9);
133 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7);
203 for ( col = 0; col < (((codx)>>1)); col++ ) {
214 x = (mmUint16) ((mmUint32) (col*resizeFactor
[all...]
/hardware/ti/omap4-aah/ion/
H A Dion_test.c67 size_t row, col; local
70 for (col = 0; col < width; col++) {
71 int i = (row * stride) + col;
75 for (col = 0; col < width; col++) {
76 int i = (row * stride) + col;
H A Dion_test_2.c121 size_t row, col; local
124 for (col = 0; col < width; col++) {
125 int i = (row * stride) + col;
129 for (col = 0; col < width; col++) {
130 int i = (row * stride) + col;
/hardware/ti/omap4xxx/camera/
H A DNV12_resize.c36 mmUint16 row,col; local
122 for (col=0; col < codx; col++)
133 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9);
134 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7);
207 for (col=0; col < (((codx)>>1)); col++)
220 x = (mmUint16) ((mmUint32) (col*resizeFactor
[all...]
/hardware/intel/common/libva/test/
H A Dloadsurface.h29 int row=0, col=0; local
32 for (col=0; col<dst_imgw; col++) {
33 *(dst_img + row * dst_imgw + col) = *(src_img + (row * src_imgh/dst_imgh) * src_imgw + col * src_imgw/dst_imgw);
59 int row, col; local
98 for (col=0; col<width; col
[all...]
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp215 uint32_t row, col; local
241 for (col = 0; col < surface_image.width / 2; col++) {
242 u_dst[col * 2] = 128;
243 u_dst[col * 2 + 1] = 128;
264 uint32_t frame_size, i, row, col; local
329 for (col = 0; col < surface_image.width / 2; col
366 uint32_t frame_size, row, col; local
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c431 int letter, col, row, pad; local
452 row = col = 0;
457 pad = 18 * (col + 1) - strlen(buf+row*80);
464 col++; row = 0;
/hardware/intel/common/libva/test/encode/
H A Davcenc.c363 int row, col; local
393 for (col = 0; col < surface_image.width / 2; col++) {
394 u_dst[col * 2] = u_src[col];
395 u_dst[col * 2 + 1] = v_src[col];
H A Dmpeg2enc.c442 int row, col; local
472 for (col = 0; col < surface_image.width / 2; col++) {
473 u_dst[col * 2] = u_src[col];
474 u_dst[col * 2 + 1] = v_src[col];
483 for (col = 0; col < surface_imag
[all...]
H A Dmpeg2vaenc.c442 int row, col; local
472 for (col = 0; col < surface_image.width / 2; col++) {
473 u_dst[col * 2] = u_src[col];
474 u_dst[col * 2 + 1] = v_src[col];
483 for (col = 0; col < surface_imag
[all...]
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp2166 int row, col; local
2201 for (col = 0; col < surface_image.width / 2; col++) {
2202 u_dst[col * 2] = u_src[col];
2203 u_dst[col * 2 + 1] = v_src[col];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c778 int col; // only used with multi-threaded decoding member in struct:TileBuffer
820 const int col = pbi->oxcf.inv_tile_order ? tile_cols - tile_col - 1 local
823 col == tile_cols - 1;
824 const TileBuffer *const buf = &tile_buffers[tile_row][col];
827 vp9_tile_init(&tile, cm, tile_row, col);
926 buf->col = n;
961 vp9_tile_init(tile, tile_data->cm, 0, buf->col);
974 if (buf->col == tile_cols - 1) {

Completed in 1151 milliseconds

12