Searched refs:cur_frame_buf (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tpl_model.c | 122 uint8_t *cur_frame_buf, in motion_estimation() argument 137 x->plane[0].src.buf = cur_frame_buf; in motion_estimation()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 5917 int frame_idx, uint8_t *cur_frame_buf, argument 5940 x->plane[0].src.buf = cur_frame_buf; 5962 uint8_t *cur_frame_buf, argument 5976 x->plane[0].src.buf = cur_frame_buf; 5994 uint8_t *cur_frame_buf, argument 6017 x->plane[0].src.buf = cur_frame_buf; 6761 uint8_t *cur_frame_buf = xd->cur_buf->y_buffer + mb_y_offset; local 6764 full_pixel_motion_search(cpi, td, motion_field, frame_idx, cur_frame_buf, 6767 sub_pixel_motion_search(cpi, td, cur_frame_buf, ref_frame_buf, stride,
|