OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_idx
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.c
203
const int
old_idx
= cm->ref_frame_map[ref_index];
local
206
if (
old_idx
>= 0 && cm->frame_bufs[
old_idx
].ref_count == 0)
208
&cm->frame_bufs[
old_idx
].raw_frame_buffer);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c
686
unsigned int
old_idx
;
local
688
for (
old_idx
= 0;
old_idx
< 4;
old_idx
++) {
689
if (!GET_BIT(old_mask,
old_idx
))
693
SET_SWZ(conversion_swizzle,
old_idx
, new_idx);
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c
686
unsigned int
old_idx
;
local
688
for (
old_idx
= 0;
old_idx
< 4;
old_idx
++) {
689
if (!GET_BIT(old_mask,
old_idx
))
693
SET_SWZ(conversion_swizzle,
old_idx
, new_idx);
/external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c
272
const int
old_idx
= cm->ref_frame_map[ref_index];
local
275
if (
old_idx
>= 0 && cm->frame_bufs[
old_idx
].ref_count == 0)
277
&cm->frame_bufs[
old_idx
].raw_frame_buffer);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c
272
const int
old_idx
= cm->ref_frame_map[ref_index];
local
275
if (
old_idx
>= 0 && cm->frame_bufs[
old_idx
].ref_count == 0)
277
&cm->frame_bufs[
old_idx
].raw_frame_buffer);
/external/pixman/test/
utils.c
851
uint32_t
old_idx
;
local
856
old_idx
= palette->ent[i15];
857
if (CONVERT_15 (palette->rgba[
old_idx
], is_rgb) == i15)
[
all
...]
Completed in 5292 milliseconds