/external/libvpx/libvpx/vp8/decoder/ |
onyxd_if.c | 169 /* Decrease fb_idx_ref_cnt since it will be increased again in 171 cm->fb_idx_ref_cnt[free_fb]--; 174 ref_cnt_fb (cm->fb_idx_ref_cnt, ref_fb_ptr, free_fb); 191 if (cm->fb_idx_ref_cnt[i] == 0) 195 cm->fb_idx_ref_cnt[i] = 1; 230 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb); 244 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb); 248 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx); 251 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx); 255 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx) [all...] |
/external/libvpx/libvpx/vp8/common/ |
alloccommon.c | 63 oci->fb_idx_ref_cnt[i] = 0; 74 oci->fb_idx_ref_cnt[0] = 1; 75 oci->fb_idx_ref_cnt[1] = 1; 76 oci->fb_idx_ref_cnt[2] = 1; 77 oci->fb_idx_ref_cnt[3] = 1;
|
onyxc_int.h | 80 int fb_idx_ref_cnt[NUM_YV12_BUFFERS]; member in struct:VP8Common
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_onyxd_if.c | 247 // Decrease fb_idx_ref_cnt since it will be increased again in 249 cm->fb_idx_ref_cnt[free_fb]--; 252 ref_cnt_fb(cm->fb_idx_ref_cnt, ref_fb_ptr, free_fb); 278 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->ref_frame_map[ref_index], 284 cm->fb_idx_ref_cnt[cm->new_fb_idx]--; 340 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0) 341 cm->fb_idx_ref_cnt[cm->new_fb_idx]--; 353 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0) 354 cm->fb_idx_ref_cnt[cm->new_fb_idx]--;
|
vp9_decodframe.c | 711 cm->fb_idx_ref_cnt[cm->new_fb_idx] = 1; [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_alloccommon.c | 145 cm->fb_idx_ref_cnt[i] = 0; 152 cm->fb_idx_ref_cnt[cm->new_fb_idx] = 1; 159 cm->fb_idx_ref_cnt[i] = 1;
|
vp9_onyxc_int.h | 112 int fb_idx_ref_cnt[NUM_YV12_BUFFERS]; /* reference counts */ member in struct:VP9Common 227 if (cm->fb_idx_ref_cnt[i] == 0) 231 cm->fb_idx_ref_cnt[i] = 1;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 554 pbi->common.fb_idx_ref_cnt[0] = 0;
|