/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | debugmodes.c | 16 void vp8_print_modes_and_motion_vectors(MODE_INFO *mi, int rows, int cols, int frame) in vp8_print_modes_and_motion_vectors() argument 30 for (mb_col = 0; mb_col < cols; mb_col++) in vp8_print_modes_and_motion_vectors() 49 for (mb_col = 0; mb_col < cols; mb_col++) in vp8_print_modes_and_motion_vectors() 69 for (mb_col = 0; mb_col < cols; mb_col++) in vp8_print_modes_and_motion_vectors() 94 for (b_col = 0; b_col < 4 * cols; b_col++) in vp8_print_modes_and_motion_vectors() 96 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2); in vp8_print_modes_and_motion_vectors() 117 for (mb_col = 0; mb_col < cols; mb_col++) in vp8_print_modes_and_motion_vectors() 142 for (b_col = 0; b_col < 4 * cols; b_col++) in vp8_print_modes_and_motion_vectors() 144 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2); in vp8_print_modes_and_motion_vectors()
|
D | postproc.c | 132 int cols, in vp8_post_proc_down_and_across_mb_row_c() argument 149 for (col = 0; col < cols; col++) in vp8_post_proc_down_and_across_mb_row_c() 176 p_src[cols] = p_src[cols + 1] = p_src[cols - 1]; in vp8_post_proc_down_and_across_mb_row_c() 178 for (col = 0; col < cols; col++) in vp8_post_proc_down_and_across_mb_row_c() 217 void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit) in vp8_mbpost_proc_across_ip_c() argument 235 for (i = cols; i<cols+17; i++) in vp8_mbpost_proc_across_ip_c() 236 s[i]=s[cols-1]; in vp8_mbpost_proc_across_ip_c() 245 for (c = 0; c < cols + 8; c++) in vp8_mbpost_proc_across_ip_c() 268 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit) in vp8_mbpost_proc_down_c() argument 273 for (c = 0; c < cols; c++ ) in vp8_mbpost_proc_down_c()
|
D | onyx.h | 261 …truct VP8_COMP* comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], in… 262 …p8_set_active_map(struct VP8_COMP* comp, unsigned char *map, unsigned int rows, unsigned int cols);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | systemdependent.c | 22 int cols, 27 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit); 28 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit); 29 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int fli… 30 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flim… 38 int cols,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_debugmodes.c | 32 int cols = cm->mi_cols; in print_mi_data() local 39 for (mi_col = 0; mi_col < cols; mi_col++) { in print_mi_data() 57 int cols = cm->mi_cols; in vp9_print_modes_and_motion_vectors() local 69 for (mi_col = 0; mi_col < cols; mi_col++) { in vp9_print_modes_and_motion_vectors()
|
D | vp9_idct.h | 90 transform_1d cols, rows; // vertical and horizontal member
|
D | vp9_postproc.c | 138 int cols, in vp9_post_proc_down_and_across_c() argument 155 for (col = 0; col < cols; col++) { in vp9_post_proc_down_and_across_c() 178 for (col = 0; col < cols; col++) { in vp9_post_proc_down_and_across_c() 217 int rows, int cols, int flimit) { in vp9_mbpost_proc_across_ip_c() argument 234 for (c = 0; c < cols + 8; c++) { in vp9_mbpost_proc_across_ip_c() 255 int rows, int cols, int flimit) { in vp9_mbpost_proc_down_c() argument 259 for (c = 0; c < cols; c++) { in vp9_mbpost_proc_down_c()
|
D | vp9_idct.c | 308 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c() 417 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c() 835 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | set_maps.c | 70 roi.cols = (cfg->g_w + 15) / 16; in set_roi_map() 87 roi.roi_map = (uint8_t *)malloc(roi.rows * roi.cols); in set_roi_map() 88 for (i = 0; i < roi.rows * roi.cols; ++i) in set_roi_map() 103 map.cols = (cfg->g_w + 15) / 16; in set_active_map() 105 map.active_map = (uint8_t *)malloc(map.rows * map.cols); in set_active_map() 106 for (i = 0; i < map.rows * map.cols; ++i) in set_active_map() 120 map.cols = (cfg->g_w + 15) / 16; in unset_active_map()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | active_map_test.cc | 53 map.cols = (kWidth + 15) / 16; in PreEncodeFrameHook() 55 ASSERT_EQ(map.cols, 13u); in PreEncodeFrameHook() 61 map.cols = (kWidth + 15) / 16; in PreEncodeFrameHook()
|
D | pp_filter_test.cc | 22 int cols,
|
D | vp9_subtract_test.cc | 20 typedef void (*subtract_fn_t)(int rows, int cols,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vp8cx.h | 229 unsigned int cols; /**< Number of columns. */ member 249 unsigned int cols; /**< number of cols */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | postproc_sse2.asm | 92 ; int cols, 144 cmp edx, dword arg(4) ;cols 150 ; done with the all cols, start the across filtering in place 196 cmp edx, dword arg(4) ;cols 234 ; int pitch, int rows, int cols,int flimit) 266 ;for(c=0; c<cols; c+=8) 447 sub dword arg(3), 8 ; cols -= 8 466 ; int pitch, int rows, int cols,int flimit) 541 movsxd rdx, dword arg(3) ;cols
|
D | postproc_mmx.asm | 18 ; int pitch, int rows, int cols,int flimit) 47 ;for(c=0; c<cols; c+=4) 227 sub dword arg(3), 4 ; cols -= 4
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_subtract_sse2.asm | 15 ; void vp9_subtract_block(int rows, int cols, 22 rows, cols, diff, diff_stride, src, src_stride, \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 206 void vp8_mbpost_proc_across_ip_c(unsigned char *dst, int pitch, int rows, int cols,int flimit); 207 void vp8_mbpost_proc_across_ip_xmm(unsigned char *dst, int pitch, int rows, int cols,int flimit); 208 RTCD_EXTERN void (*vp8_mbpost_proc_across_ip)(unsigned char *dst, int pitch, int rows, int cols,int… 210 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols,int flimit); 211 void vp8_mbpost_proc_down_mmx(unsigned char *dst, int pitch, int rows, int cols,int flimit); 212 void vp8_mbpost_proc_down_xmm(unsigned char *dst, int pitch, int rows, int cols,int flimit); 213 RTCD_EXTERN void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols,int flim… 230 …unsigned char *src, unsigned char *dst, int src_pitch, int dst_pitch, int cols, unsigned char *fli… 231 …unsigned char *src, unsigned char *dst, int src_pitch, int dst_pitch, int cols, unsigned char *fli… 232 …unsigned char *src, unsigned char *dst, int src_pitch, int dst_pitch, int cols, unsigned char *fli…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_postproc_mmx.asm | 24 ; int cols,
|
D | vp9_postproc_sse2.asm | 21 ; int cols,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_int.h | 556 unsigned int rows, unsigned int cols, 562 unsigned int rows, unsigned int cols);
|
D | vp9_onyx_if.c | 1641 unsigned int cols, unsigned int rows) { in calc_plane_error() argument 1647 for (col = 0; col + 16 <= cols; col += 16) { in calc_plane_error() 1655 if (col < cols) { in calc_plane_error() 1661 for (border_col = col; border_col < cols; border_col++) { in calc_plane_error() 1677 for (col = 0; col < cols; col++) { in calc_plane_error() 3350 unsigned int cols, int delta_q[MAX_SEGMENTS], argument 3357 if (cpi->common.mb_rows != rows || cpi->common.mb_cols != cols) 3399 unsigned int rows, unsigned int cols) { argument 3400 if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols) { 3402 vpx_memcpy(cpi->active_map, map, rows * cols);
|
D | vp9_encodemb.c | 38 void vp9_subtract_block_c(int rows, int cols, in vp9_subtract_block_c() argument 45 for (c = 0; c < cols; c++) in vp9_subtract_block_c()
|
D | vp9_dct.c | 175 ht.cols(temp_in, temp_out); in vp9_fht4x4_c() 585 ht.cols(temp_in, temp_out); in vp9_fht8x8_c() 982 ht.cols(temp_in, temp_out); in vp9_fht16x16_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 2430 unsigned int cols, unsigned int rows) in calc_plane_error() argument 2438 for (col = 0; col + 16 <= cols; col += 16) in calc_plane_error() 2449 if (col < cols) in calc_plane_error() 2457 for (border_col = col; border_col < cols; border_col++) in calc_plane_error() 2475 for (col = 0; col < cols; col++) in calc_plane_error() 5472 int vp8_set_roimap(VP8_COMP *cpi, unsigned char *map, unsigned int rows, unsigned int cols, int del… in vp8_set_roimap() argument 5484 if (cpi->common.mb_rows != (int)rows || cpi->common.mb_cols != (int)cols) in vp8_set_roimap() 5538 int vp8_set_active_map(VP8_COMP *cpi, unsigned char *map, unsigned int rows, unsigned int cols) in vp8_set_active_map() argument 5540 if ((int)rows == cpi->common.mb_rows && (int)cols == cpi->common.mb_cols) in vp8_set_active_map() 5544 vpx_memcpy(cpi->active_map, map, rows * cols); in vp8_set_active_map()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 1136 …if (!vp8_set_roimap(ctx->cpi, roi->roi_map, roi->rows, roi->cols, roi->delta_q, roi->delta_lf, roi… in vp8e_set_roi_map() 1157 if (!vp8_set_active_map(ctx->cpi, map->active_map, map->rows, map->cols)) in vp8e_set_activemap()
|