Searched defs:cols (Results 1 – 9 of 9) sorted by relevance
/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 57 int cols = cm->mi_cols; in vp9_print_modes_and_motion_vectors() local
|
D | vp9_postproc.c | 138 int cols, in vp9_post_proc_down_and_across_c() 217 int rows, int cols, int flimit) { in vp9_mbpost_proc_across_ip_c() 255 int rows, int cols, int flimit) { in vp9_mbpost_proc_down_c()
|
D | vp9_idct.h | 90 transform_1d cols, rows; // vertical and horizontal member
|
/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()
|
D | postproc.c | 132 int cols, 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() 268 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit) in vp8_mbpost_proc_down_c()
|
/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/encoder/ |
D | onyx_if.c | 2430 unsigned int cols, unsigned int rows) 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() 5538 int vp8_set_active_map(VP8_COMP *cpi, unsigned char *map, unsigned int rows, unsigned int cols) in vp8_set_active_map()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 1641 unsigned int cols, unsigned int rows) { in calc_plane_error() 3350 unsigned int cols, int delta_q[MAX_SEGMENTS], 3399 unsigned int rows, unsigned int cols) {
|
D | vp9_encodemb.c | 38 void vp9_subtract_block_c(int rows, int cols, in vp9_subtract_block_c()
|