Searched refs:frame_buffer (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_loopfilter.h | 113 void vp9_loop_filter_rows(const YV12_BUFFER_CONFIG *frame_buffer, 118 const YV12_BUFFER_CONFIG *frame_buffer; member
|
D | vp9_loopfilter.c | 1194 void vp9_loop_filter_rows(const YV12_BUFFER_CONFIG *frame_buffer, in vp9_loop_filter_rows() argument 1209 vp9_setup_dst_planes(xd, frame_buffer, mi_row, mi_col); in vp9_loop_filter_rows() 1249 vp9_loop_filter_rows(lf_data->frame_buffer, lf_data->cm, &lf_data->xd, in vp9_loop_filter_worker()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_dthread.c | 91 static void loop_filter_rows_mt(const YV12_BUFFER_CONFIG *const frame_buffer, in loop_filter_rows_mt() argument 110 vp9_setup_dst_planes(xd, frame_buffer, mi_row, mi_col); in loop_filter_rows_mt() 128 loop_filter_rows_mt(lf_data->frame_buffer, lf_data->cm, &lf_data->xd, in loop_filter_row_worker() 182 lf_data->frame_buffer = get_frame_new_buffer(cm); in vp9_loop_filter_frame_mt()
|
D | vp9_decodeframe.c | 685 lf_data->frame_buffer = get_frame_new_buffer(cm); in decode_tile()
|