Searched refs:vp8_extend_mb_row (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | extend.h | 21 void vp8_extend_mb_row(YV12_BUFFER_CONFIG *ybf, unsigned char *YPtr, unsigned char *UPtr, unsigned …
|
D | extend.c | 160 void vp8_extend_mb_row(YV12_BUFFER_CONFIG *ybf, in vp8_extend_mb_row() function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | encodeframe.c | 320 vp8_extend_mb_row(new_yv12, xd->dst.y_buffer + 16, in build_activity_map() 592 vp8_extend_mb_row( &cm->yv12_fb[dst_fb_idx], in encode_mb_row()
|
D | ethreading.c | 277 vp8_extend_mb_row( &cm->yv12_fb[dst_fb_idx], in thread_encoding_proc()
|
D | firstpass.c | 791 … vp8_extend_mb_row(new_yv12, xd->dst.y_buffer + 16, xd->dst.u_buffer + 8, xd->dst.v_buffer + 8); in vp8_first_pass()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | threading.c | 600 vp8_extend_mb_row(yv12_fb_new, xd->dst.y_buffer + 16, in mt_decode_mb_rows()
|
D | decodeframe.c | 665 vp8_extend_mb_row(yv12_fb_new, xd->dst.y_buffer + 16, in decode_mb_rows()
|