Searched refs:old_idx (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 239 const int old_idx = cm->ref_frame_map[ref_index]; in swap_frame_buffers() local 241 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers() 244 if ((mask & 1) && old_idx >= 0) { in swap_frame_buffers() 245 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers() 253 const int old_idx = cm->ref_frame_map[ref_index]; in swap_frame_buffers() local 254 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers() 346 const int old_idx = cm->ref_frame_map[ref_index]; in vp9_receive_compressed_data() local 348 decrease_ref_count(old_idx, frame_bufs, pool); in vp9_receive_compressed_data() 351 if ((mask & 1) && old_idx >= 0) { in vp9_receive_compressed_data() 352 decrease_ref_count(old_idx, frame_bufs, pool); in vp9_receive_compressed_data() [all …]
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.c | 686 unsigned int old_idx; in rc_make_conversion_swizzle() local 688 for (old_idx = 0; old_idx < 4; old_idx++) { in rc_make_conversion_swizzle() 689 if (!GET_BIT(old_mask, old_idx)) in rc_make_conversion_swizzle() 693 SET_SWZ(conversion_swizzle, old_idx, new_idx); in rc_make_conversion_swizzle()
|