Searched defs:row (Results 1 - 25 of 39) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dmv.h22 short row; member in struct:__anon523
H A Dpostproc.c138 int row; local
143 for (row = 0; row < size; row++)
145 /* post_proc_down for one row */
204 /* next row */
958 y1 = y0 + 4 + (mv->row >> 3);
966 y1 = y0 +12 + (mv->row >> 3);
979 y1 = y0 + 8 + (mv->row >> 3);
987 y1 = y0 + 8 + (mv->row >>
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_mv.h23 int16_t row; member in struct:mv
33 int32_t row; member in struct:mv32
40 mv->row = clamp(mv->row, min_row, max_row);
H A Dvp9_tile_common.c24 void vp9_tile_init(TileInfo *tile, const VP9_COMMON *cm, int row, int col) { argument
25 tile->mi_row_start = get_tile_offset(row, cm->mi_rows, cm->log2_tile_rows);
26 tile->mi_row_end = get_tile_offset(row + 1, cm->mi_rows, cm->log2_tile_rows);
H A Dvp9_mvref_common.c17 int row; member in struct:position
142 mv.as_mv.row *= -1;
183 return !(mi_row + mi_pos->row < 0 ||
185 mi_row + mi_pos->row >= mi_rows ||
218 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
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
298 if (mv->row & 1)
299 mv->row += (mv->row >
[all...]
H A Dvp9_postproc.c142 int row; local
150 for (row = 0; row < rows; row++) {
151 /* post_proc_down for one row */
203 /* next row */
753 y1 = y0 + 4 + (mv->row >> 3);
761 y1 = y0 + 12 + (mv->row >> 3);
773 y1 = y0 + 8 + (mv->row >> 3);
781 y1 = y0 + 8 + (mv->row >>
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dlookahead.c112 int row, col, active_end; local
128 for (row = 0; row < mb_rows; ++row)
134 /* Find the first active macroblock in this row. */
141 /* No more active macroblock in this row. */
145 /* Find the end of active region in this row. */
156 row << 4,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_lookahead.c97 int row, col, active_end; local
116 for (row = 0; row < mb_rows; ++row) {
120 // Find the first active macroblock in this row.
126 // No more active macroblock in this row.
130 // Find the end of active region in this row.
140 row << 4,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
H A Dyv12extend.c127 int row; local
139 for (row = 0; row < src_ybc->y_height; ++row) {
148 for (row = 0; row < src_ybc->uv_height; ++row) {
157 for (row = 0; row < src_ybc->uv_height; ++row) {
168 int row; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_if.c387 int row, col; local
392 for (row = 0; row < pbi->common.mb_rows; ++row)
396 const int i = row*pbi->common.mode_info_stride + col;
490 /* enable row-based threading only when use_frame_threads
H A Derror_concealment.c28 int row; member in struct:ec_position
139 int row, col; local
157 for (row = 0; row < end_row; ++row)
163 (((first_blk_row + row) *
167 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap);
178 int row, col, rel_row, rel_col; local
185 row = (4 * b_row) << 3; /* Q3 */
189 new_row = row
288 int row, col; local
501 int row, col, i; local
[all...]
/hardware/ti/omap4-aah/camera/
H A DDecoder_libjpeg.cpp234 unsigned char *row = &nv12_buffer[0]; local
237 for (unsigned int j = 0; j < cinfo.output_height; j++, row += stride)
238 YUV_Planes[0][j] = row;
240 row = &UV_Plane[0];
243 for (unsigned int j = 0; j < cinfo.output_height; j+=2, row += cinfo.output_width / 2){
244 YUV_Planes[1][j+0] = row;
245 YUV_Planes[1][j+1] = row;
249 for (unsigned int j = 0; j < cinfo.output_height; j+=2, row += cinfo.output_width / 2){
250 YUV_Planes[2][j+0] = row;
251 YUV_Planes[2][j+1] = row;
[all...]
H A DNV12_resize.cpp49 mmUint16 row,col; local
116 for ( row = 0; row < cody; row++ ) {
119 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9);
120 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
189 for ( row = 0; row < (((cody)>>1)); row++ ) {
195 y = (mmUint16) ((mmUint32) (row*resizeFactor
[all...]
H A DEncoder_libjpeg.cpp506 JSAMPROW row[1]; /* pointer to JSAMPLE row[s] */ local
517 row[0] = row_tmp;
518 jpeg_write_scanlines(&cinfo, row, 1);
521 // move uv row if input format needs it
/hardware/ti/omap4-aah/ion/
H A Dion_test.c67 size_t row, col; local
69 for (row = 0; row < height; row++)
71 int i = (row * stride) + col;
74 for (row = 0; row < height; row++)
76 int i = (row * stride) + col;
H A Dion_test_2.c121 size_t row, col; local
123 for (row = 0; row < height; row++)
125 int i = (row * stride) + col;
128 for (row = 0; row < height; row++)
130 int i = (row * stride) + col;
/hardware/ti/omap4xxx/camera/
H A DNV12_resize.c36 mmUint16 row,col; local
113 for (row=0; row < cody; row++)
117 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9);
118 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
192 for (row=0; row < (((cody)>>1)); row++)
199 y = (mmUint16) ((mmUint32) (row*resizeFactor
[all...]
H A DEncoder_libjpeg.cpp436 JSAMPROW row[1]; /* pointer to JSAMPLE row[s] */ local
445 row[0] = row_tmp;
446 jpeg_write_scanlines(&cinfo, row, 1);
449 // move uv row if input format needs it
/hardware/intel/common/libva/test/
H A Dloadsurface.h29 int row=0, col=0; local
31 for (row=0; row<dst_imgh; row++) {
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
95 for (row=0; row<height; row
153 int row, alpha; local
301 int Y_pitch=0, U_pitch=0, V_pitch=0, row; local
399 int Y_pitch=0, U_pitch=0, V_pitch=0, row; local
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_debug.c403 int row = srch; local
406 for(i = 0; i < row; ++i)
413 for(i = 0; i < row/2; ++i)
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.cpp1220 uint32_t row = 0; local
1221 for (row = 0; row < cropHeight; row++) {
1232 for (row = 0; row < cropHeight / 2; row++) {
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c342 * the first row of the matrix. Rotation matrix multiplied
555 static unsigned short inv_row_2_scale(const signed char *row) argument
559 if (row[0] > 0)
561 else if (row[0] < 0)
563 else if (row[1] > 0)
565 else if (row[1] < 0)
567 else if (row[2] > 0)
569 else if (row[2] < 0)
580 * first row, with the bit number 2 being the sign. The next 2 bits (3 and 4) represent
581 * the column the one is on for the second row wit
[all...]
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp215 uint32_t row, col; local
230 for (row = 0; row < surface_image.height; row++) {
231 if (row < surface_image.height / 4 || row > surface_image.height * 3 / 4)
240 for (row = 0; row < surface_image.height / 2; row++) {
264 uint32_t frame_size, i, row, co local
366 uint32_t frame_size, row, col; local
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c1459 static unsigned short inv_row_2_scale(const signed char *row) argument
1463 if (row[0] > 0)
1465 else if (row[0] < 0)
1467 else if (row[1] > 0)
1469 else if (row[1] < 0)
1471 else if (row[2] > 0)
1473 else if (row[2] < 0)
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.c342 * the first row of the matrix. Rotation matrix multiplied
555 static unsigned short inv_row_2_scale(const signed char *row) argument
559 if (row[0] > 0)
561 else if (row[0] < 0)
563 else if (row[1] > 0)
565 else if (row[1] < 0)
567 else if (row[2] > 0)
569 else if (row[2] < 0)
580 * first row, with the bit number 2 being the sign. The next 2 bits (3 and 4) represent
581 * the column the one is on for the second row wit
[all...]

Completed in 1568 milliseconds

12