Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/
Dfine_audio_buffer.cc103 int8_t* cache_ptr = &buffer[cache_location]; in GetPlayoutData() local
111 memcpy(playout_cache_buffer_.get(), cache_ptr, playout_cached_bytes_); in GetPlayoutData()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c603 uint8_t *cache_ptr = cm->last_frame_seg_map; in update_reference_segmentation_map() local
608 uint8_t *cache = cache_ptr; in update_reference_segmentation_map()
612 cache_ptr += cm->mi_cols; in update_reference_segmentation_map()