/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 127 if(cm->yv12_fb[ref_fb_idx].y_height != sd->y_height || in vp8dx_get_reference() 128 cm->yv12_fb[ref_fb_idx].y_width != sd->y_width || in vp8dx_get_reference() 129 cm->yv12_fb[ref_fb_idx].uv_height != sd->uv_height || in vp8dx_get_reference() 130 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){ in vp8dx_get_reference() 135 vp8_yv12_copy_frame(&cm->yv12_fb[ref_fb_idx], sd); in vp8dx_get_reference() 159 if(cm->yv12_fb[*ref_fb_ptr].y_height != sd->y_height || in vp8dx_set_reference() 160 cm->yv12_fb[*ref_fb_ptr].y_width != sd->y_width || in vp8dx_set_reference() 161 cm->yv12_fb[*ref_fb_ptr].uv_height != sd->uv_height || in vp8dx_set_reference() 162 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){ in vp8dx_set_reference() 175 vp8_yv12_copy_frame(sd, &cm->yv12_fb[*ref_fb_ptr]); in vp8dx_set_reference() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.h | 90 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.lst_fb_idx], in get_predictor_pointers() 94 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx], in get_predictor_pointers() 98 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx], in get_predictor_pointers()
|
D | ethreading.c | 87 int recon_y_stride = cm->yv12_fb[ref_fb_idx].y_stride; in thread_encoding_proc() 88 int recon_uv_stride = cm->yv12_fb[ref_fb_idx].uv_stride; in thread_encoding_proc() 150 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset; in thread_encoding_proc() 151 xd->dst.u_buffer = cm->yv12_fb[dst_fb_idx].u_buffer + recon_uvoffset; in thread_encoding_proc() 152 xd->dst.v_buffer = cm->yv12_fb[dst_fb_idx].v_buffer + recon_uvoffset; in thread_encoding_proc() 277 vp8_extend_mb_row( &cm->yv12_fb[dst_fb_idx], in thread_encoding_proc() 468 mbd->pre = cm->yv12_fb[cm->lst_fb_idx]; in vp8cx_init_mbrthread_data() 469 mbd->dst = cm->yv12_fb[cm->new_fb_idx]; in vp8cx_init_mbrthread_data()
|
D | encodeframe.c | 269 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in build_activity_map() 374 int recon_y_stride = cm->yv12_fb[ref_fb_idx].y_stride; in encode_mb_row() 375 int recon_uv_stride = cm->yv12_fb[ref_fb_idx].uv_stride; in encode_mb_row() 450 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset; in encode_mb_row() 451 xd->dst.u_buffer = cm->yv12_fb[dst_fb_idx].u_buffer + recon_uvoffset; in encode_mb_row() 452 xd->dst.v_buffer = cm->yv12_fb[dst_fb_idx].v_buffer + recon_uvoffset; in encode_mb_row() 591 vp8_extend_mb_row( &cm->yv12_fb[dst_fb_idx], in encode_mb_row() 633 xd->pre = cm->yv12_fb[cm->lst_fb_idx]; in init_encode_frame_mb_context() 634 xd->dst = cm->yv12_fb[cm->new_fb_idx]; in init_encode_frame_mb_context() 637 vp8_setup_intra_recon(&cm->yv12_fb[cm->new_fb_idx]); in init_encode_frame_mb_context() [all …]
|
D | onyx_if.c | 1039 vp8_init3smotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features() 1043 vp8_init_dsmotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features() 1706 cm->yv12_fb[cm->lst_fb_idx].y_width || in vp8_change_config() 1708 cm->yv12_fb[cm->lst_fb_idx].y_height || in vp8_change_config() 1709 cm->yv12_fb[cm->lst_fb_idx].y_width == 0) in vp8_change_config() 2153 &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in vp8_remove_compressor() 2569 vp8_yv12_copy_frame(&cm->yv12_fb[ref_fb_idx], sd); in vp8_get_reference() 2588 vp8_yv12_copy_frame(sd, &cm->yv12_fb[ref_fb_idx]); in vp8_set_reference() 3081 YV12_BUFFER_CONFIG *yv12_fb = cm->yv12_fb; in update_reference_frames() local 3089 yv12_fb[cm->new_fb_idx].flags |= VP8_GOLD_FRAME | VP8_ALTR_FRAME ; in update_reference_frames() [all …]
|
D | firstpass.c | 515 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx]; in vp8_first_pass() 516 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in vp8_first_pass() 517 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in vp8_first_pass() 3068 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in find_next_key_frame()
|
D | rdopt.c | 1707 …unsigned char *pre_y_buffer = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_buffer + recon_yoffset; in vp8_cal_sad() 1708 int pre_y_stride = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_stride; in vp8_cal_sad()
|
/external/libvpx/libvpx/vp8/common/ |
D | alloccommon.c | 24 vp8_yv12_de_alloc_frame_buffer(&oci->yv12_fb[i]); in vp8_de_alloc_frame_buffers() 64 oci->yv12_fb[i].flags = 0; in vp8_alloc_frame_buffers() 65 if (vp8_yv12_alloc_frame_buffer(&oci->yv12_fb[i], width, height, VP8BORDERINPIXELS) < 0) in vp8_alloc_frame_buffers()
|
D | onyxc_int.h | 79 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS]; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_onyxd_if.c | 203 YV12_BUFFER_CONFIG *cfg = &cm->yv12_fb[cm->ref_frame_map[0]]; in vp9_copy_reference_dec() 241 if (!equal_dimensions(&cm->yv12_fb[*ref_fb_ptr], sd)) { in vp9_set_reference_dec() 253 vp8_yv12_copy_frame(sd, &cm->yv12_fb[*ref_fb_ptr]); in vp9_set_reference_dec() 267 *fb = &cm->yv12_fb[cm->ref_frame_map[index]]; in vp9_get_reference_dec()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 111 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS]; member 217 return &cm->yv12_fb[cm->active_ref_idx[ref]]; in get_frame_ref_buffer() 221 return &cm->yv12_fb[cm->new_fb_idx]; in get_frame_new_buffer()
|
D | vp9_alloccommon.c | 38 vp9_free_frame_buffer(&cm->yv12_fb[i]); in vp9_free_frame_buffers() 146 if (vp9_alloc_frame_buffer(&cm->yv12_fb[i], width, height, ss_x, ss_y, in vp9_alloc_frame_buffers()
|
D | vp9_reconinter.c | 236 YV12_BUFFER_CONFIG *const fb = &cm->yv12_fb[ref]; in vp9_setup_scale_factors()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 502 xd->pre = pc->yv12_fb[pc->lst_fb_idx]; in vp8_decode() 503 xd->dst = pc->yv12_fb[pc->new_fb_idx]; in vp8_decode() 508 pbi->mb_row_di[i].mbd.dst = pc->yv12_fb[pc->new_fb_idx]; in vp8_decode()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mbgraph.c | 396 &cm->yv12_fb[cm->ref_frame_map[cpi->gld_fb_idx]]; in vp9_update_mbgraph_stats()
|
D | vp9_onyx_if.c | 1938 &cpi->common.yv12_fb[cpi->common.ref_frame_map[cpi->lst_fb_idx]]; in vp9_remove_compressor() 2238 vp8_yv12_copy_frame(&cm->yv12_fb[ref_fb_idx], sd); in vp9_copy_reference_enc() 2250 *fb = &cm->yv12_fb[cm->ref_frame_map[index]]; in vp9_get_reference_enc() 2270 vp8_yv12_copy_frame(sd, &cm->yv12_fb[ref_fb_idx]); in vp9_set_reference_enc() 2667 YV12_BUFFER_CONFIG *ref = &cm->yv12_fb[cm->ref_frame_map[refs[i]]]; 2673 vp9_realloc_frame_buffer(&cm->yv12_fb[new_fb], 2677 scale_and_extend_frame(ref, &cm->yv12_fb[new_fb]);
|
D | vp9_encodeframe.c | 538 setup_dst_planes(xd, &cm->yv12_fb[dst_fb_idx], mi_row, mi_col); in set_offsets() 1880 setup_pre_planes(xd, 0, &cm->yv12_fb[cm->ref_frame_map[cpi->lst_fb_idx]], in init_encode_frame_mb_context() 2471 YV12_BUFFER_CONFIG *ref_fb = &cm->yv12_fb[idx]; in encode_superblock() 2475 second_ref_fb = &cm->yv12_fb[idx]; in encode_superblock()
|
D | vp9_firstpass.c | 493 YV12_BUFFER_CONFIG *const lst_yv12 = &cm->yv12_fb[lst_yv12_idx]; in vp9_first_pass() 494 YV12_BUFFER_CONFIG *const gld_yv12 = &cm->yv12_fb[gld_yv12_idx]; in vp9_first_pass()
|
D | vp9_bitstream.c | 1250 YV12_BUFFER_CONFIG *cfg = &cm->yv12_fb[cm->ref_frame_map[refs[i]]];
|
D | vp9_rdopt.c | 2308 YV12_BUFFER_CONFIG *yv12 = &cm->yv12_fb[cpi->common.ref_frame_map[idx]]; in setup_buffer_inter() 2348 scaled_ref_frame = &cpi->common.yv12_fb[cpi->scaled_ref_idx[fb_scale]]; in get_scaled_ref_frame()
|