Home
last modified time | relevance | path

Searched refs:old_idx (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c241 const int old_idx = cm->ref_frame_map[ref_index]; in swap_frame_buffers() local
243 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers()
246 if ((mask & 1) && old_idx >= 0) { in swap_frame_buffers()
247 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers()
255 const int old_idx = cm->ref_frame_map[ref_index]; in swap_frame_buffers() local
256 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers()
348 const int old_idx = cm->ref_frame_map[ref_index]; in vp9_receive_compressed_data() local
350 decrease_ref_count(old_idx, frame_bufs, pool); in vp9_receive_compressed_data()
353 if ((mask & 1) && old_idx >= 0) { in vp9_receive_compressed_data()
354 decrease_ref_count(old_idx, frame_bufs, pool); in vp9_receive_compressed_data()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c686 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()