Home
last modified time | relevance | path

Searched refs:pixel_value (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c109 int pixel_value = *frame2++; in vp8_temporal_filter_apply_c() local
111 modifier = src_byte - pixel_value; in vp8_temporal_filter_apply_c()
128 accumulator[k] += modifier * pixel_value; in vp8_temporal_filter_apply_c()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c88 int pixel_value = *frame2++; in vp9_temporal_filter_apply_c() local
90 modifier = src_byte - pixel_value; in vp9_temporal_filter_apply_c()
106 accumulator[k] += modifier * pixel_value; in vp9_temporal_filter_apply_c()
/external/harfbuzz/src/
Dharfbuzz-gpos.c473 HB_Short pixel_value; in Get_ValueRecord() local
509 _HB_OPEN_Get_Device( vr->DeviceTables[VR_X_PLACEMENT_DEVICE], x_ppem, &pixel_value ); in Get_ValueRecord()
510 gd->x_pos += pixel_value << 6; in Get_ValueRecord()
514 _HB_OPEN_Get_Device( vr->DeviceTables[VR_Y_PLACEMENT_DEVICE], y_ppem, &pixel_value ); in Get_ValueRecord()
515 gd->y_pos += pixel_value << 6; in Get_ValueRecord()
519 _HB_OPEN_Get_Device( vr->DeviceTables[VR_X_ADVANCE_DEVICE], x_ppem, &pixel_value ); in Get_ValueRecord()
520 gd->x_advance += pixel_value << 6; in Get_ValueRecord()
524 _HB_OPEN_Get_Device( vr->DeviceTables[VR_Y_ADVANCE_DEVICE], y_ppem, &pixel_value ); in Get_ValueRecord()
525 gd->y_advance += pixel_value << 6; in Get_ValueRecord()
728 HB_Short pixel_value; in Get_Anchor() local
[all …]
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-gpos.c473 HB_Short pixel_value; in Get_ValueRecord() local
509 _HB_OPEN_Get_Device( vr->DeviceTables[VR_X_PLACEMENT_DEVICE], x_ppem, &pixel_value ); in Get_ValueRecord()
510 gd->x_pos += pixel_value << 6; in Get_ValueRecord()
514 _HB_OPEN_Get_Device( vr->DeviceTables[VR_Y_PLACEMENT_DEVICE], y_ppem, &pixel_value ); in Get_ValueRecord()
515 gd->y_pos += pixel_value << 6; in Get_ValueRecord()
519 _HB_OPEN_Get_Device( vr->DeviceTables[VR_X_ADVANCE_DEVICE], x_ppem, &pixel_value ); in Get_ValueRecord()
520 gd->x_advance += pixel_value << 6; in Get_ValueRecord()
524 _HB_OPEN_Get_Device( vr->DeviceTables[VR_Y_ADVANCE_DEVICE], y_ppem, &pixel_value ); in Get_ValueRecord()
525 gd->y_advance += pixel_value << 6; in Get_ValueRecord()
728 HB_Short pixel_value; in Get_Anchor() local
[all …]