/external/libvpx/libvpx/vp8/common/ |
extend.h | 17 void vp8_extend_mb_row(YV12_BUFFER_CONFIG *ybf, unsigned char *YPtr, unsigned char *UPtr, unsigned char *VPtr);
|
extend.c | 160 void vp8_extend_mb_row(YV12_BUFFER_CONFIG *ybf, function
|
/external/libvpx/libvpx/vp8/encoder/ |
ethreading.c | 277 vp8_extend_mb_row( &cm->yv12_fb[dst_fb_idx],
|
encodeframe.c | 319 vp8_extend_mb_row(new_yv12, xd->dst.y_buffer + 16, 591 vp8_extend_mb_row( &cm->yv12_fb[dst_fb_idx], [all...] |
firstpass.c | 791 vp8_extend_mb_row(new_yv12, xd->dst.y_buffer + 16, xd->dst.u_buffer + 8, xd->dst.v_buffer + 8); [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
threading.c | 600 vp8_extend_mb_row(yv12_fb_new, xd->dst.y_buffer + 16,
|
decodframe.c | 665 vp8_extend_mb_row(yv12_fb_new, xd->dst.y_buffer + 16, [all...] |