Searched refs:frm_width (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | global_motion.c | 626 static void compute_flow_pyramids(unsigned char *frm, const int frm_width, in compute_flow_pyramids() argument 631 assert((frm_width >> n_levels) > 0); in compute_flow_pyramids() 637 frm_pyr->widths[0] = frm_width; in compute_flow_pyramids() 639 frm_pyr->strides[0] = frm_width + 2 * frm_pyr->pad_size; in compute_flow_pyramids() 646 av1_resize_plane(frm, frm_height, frm_width, frm_stride, in compute_flow_pyramids() 785 const int frm_width = frm->y_width; in compute_global_motion_disflow_based() local 795 assert(frm_width == ref_width); in compute_global_motion_disflow_based() 800 frm_width < frm_height ? get_msb(frm_width) : get_msb(frm_height); in compute_global_motion_disflow_based() 821 alloc_pyramid(frm_width, frm_height, pad_size, compute_gradient); in compute_global_motion_disflow_based() 822 compute_flow_pyramids(frm_buffer, frm_width, frm_height, frm->y_stride, in compute_global_motion_disflow_based() [all …]
|
/external/libhevc/encoder/ |
D | ihevce_plugin.c | 1687 WORD32 frm_width = i4_orig_wd; in ihevce_copy_inp_8bit() local 1705 memcpy(pu1_dst, pu1_src, frm_width); in ihevce_copy_inp_8bit() 1706 if(buf_width > frm_width) in ihevce_copy_inp_8bit() 1708 memset(pu1_dst + frm_width, 0x0, buf_width - frm_width); in ihevce_copy_inp_8bit() 1732 frm_width = i4_orig_wd >> 1; in ihevce_copy_inp_8bit() 1751 for(cols = 0; cols < frm_width; cols++) in ihevce_copy_inp_8bit() 1781 frm_width = i4_orig_wd; in ihevce_copy_inp_8bit() 1795 memcpy(pu1_dst, pu1_src, frm_width); in ihevce_copy_inp_8bit() 1796 if(buf_width > frm_width) in ihevce_copy_inp_8bit() 1798 memset(pu1_dst + frm_width, 0x80, buf_width - frm_width); in ihevce_copy_inp_8bit() [all …]
|