Searched defs:rows (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_debugmodes.c | 31 int rows = cm->mi_rows; in print_mi_data() local 56 int rows = cm->mi_rows; in vp9_print_modes_and_motion_vectors() local
|
D | vp9_postproc.c | 137 int rows, 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
|
D | vp9_loopfilter.c | 783 const uint64_t rows = cm->mi_rows - mi_row; in vp9_setup_mask() local
|
/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 | 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/vp9/decoder/ |
D | vp9_dthread.c | 221 void vp9_loop_filter_alloc(VP9_COMMON *cm, VP9LfSync *lf_sync, int rows, in vp9_loop_filter_alloc() 247 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync, int rows) { in vp9_loop_filter_dealloc()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vp8cx.h | 228 unsigned int rows; /**< Number of rows. */ member 248 unsigned int rows; /**< number of rows */ 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() 3349 int vp9_set_roimap(VP9_COMP *cpi, unsigned char *map, unsigned int rows, 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()
|